Selection
enum Selection : Equatable
Undocumented
-
Undocumented
Declaration
Swift
case option(index: Int)
-
Undocumented
Declaration
Swift
case multipleChoiceOption(index: Int, selectedChoices: Set<Int>)
-
Undocumented
Declaration
Swift
case datePickerOption(index: Int, selectedDate: Date)