EXTENSION
ActionKind
extension ActionKind: RawRepresentable
Properties
rawValue
public var rawValue: String
Methods
init(rawValue:)
public init(rawValue: RawValue)
Parameters
| Name | Description |
|---|---|
| rawValue | The raw value to use for the new instance. |