Option
public struct Option : Equatable
Type to represent a setting option.
-
Undocumented
Declaration
Swift
public let optionID: String -
Undocumented
Declaration
Swift
public let optionDescription: String -
Initializes a new
Option.Declaration
Swift
public init(optionID: String, optionDescription: String)Parameters
optionIDName of the option (machine readable)
optionDescriptionDescription of the option (human readable)
-
Declaration
Swift
public static func == (lhs: Option, rhs: Option) -> Bool
View on GitHub
Install in Dash
Option Structure Reference