<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAction/Identifier-swift.struct",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@T@UIActionIdentifier"
  },
  "title" : "UIAction.Identifier"
}
-->

# UIAction.Identifier

A type that represents an action identifier.

```
struct Identifier
```

## Topics

### Constants

[`static let paste: UIAction.Identifier`](/documentation/UIKit/UIAction/Identifier-swift.struct/paste)

Identifies the action that pastes the current contents of the pasteboard into your app’s interface.

[`static let pasteAndGo: UIAction.Identifier`](/documentation/UIKit/UIAction/Identifier-swift.struct/pasteAndGo)

Identifies the action that pastes the current contents of the pasteboard into your app’s interface and navigates to the entity it references.

[`static let pasteAndMatchStyle: UIAction.Identifier`](/documentation/UIKit/UIAction/Identifier-swift.struct/pasteAndMatchStyle)

Identifies the action that pastes the current contents of the pasteboard into your app’s interface using the text style of the target.

[`static let pasteAndSearch: UIAction.Identifier`](/documentation/UIKit/UIAction/Identifier-swift.struct/pasteAndSearch)

Identifies the action that pastes the current contents of the pasteboard into your app’s interface and performs a search.

[`static let newFromPasteboard: UIAction.Identifier`](/documentation/UIKit/UIAction/Identifier-swift.struct/newFromPasteboard)

### Initializers

[`init(String)`](/documentation/UIKit/UIAction/Identifier-swift.struct/init(_:))

Creates an action identifier from the specified string.

[`init(rawValue: String)`](/documentation/UIKit/UIAction/Identifier-swift.struct/init(rawValue:))

Creates an action identifier from the specified string.

## Relationships

### Conforms To

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Hashable`](/documentation/Swift/Hashable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Sendable`](/documentation/Swift/Sendable)

[`Equatable`](/documentation/Swift/Equatable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)