OptionListPickerItemModel
public protocol OptionListPickerItemModel : OptionListPickerComponent
Undocumented
-
titleDefault implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var title: String? { get set } -
itemLayoutDefault implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var itemLayout: OptionListPickerItemLayoutType { get set } -
allowsMultipleSelectionDefault implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var allowsMultipleSelection: Bool { get set } -
allowsEmptySelectionDefault implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var allowsEmptySelection: Bool { get set } -
onTapDefault implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var onTap: ((_ index: Int) -> Void)? { get }