STRUCT
SelectorAction.Properties
Contents
- Properties
rawJsonString
- Methods
==(_:_:)
public struct Properties: Codable, Equatable
Additional properties for a SelectorAction.
Properties
rawJsonString
public let rawJsonString: String
The raw properties from the representation.
Methods
==(::)
public static func == (lhs: Properties, rhs: Properties) -> Bool
Parameters
| Name | Description |
|---|---|
| lhs | A value to compare. |
| rhs | Another value to compare. |