Action.Identifier
A type that represents an action identifier.
public struct Identifier: Equatable, Hashable, RawRepresentable
Inheritance
Equatable
, Hashable
, RawRepresentable
Nested Type Aliases
RawValue
public typealias RawValue = String
Initializers
init(rawValue:)
public init(rawValue: RawValue)
init(_:)
public init(_ rawValue: String)
Properties
rawValue
public let rawValue: RawValue