OptionListPickerItemModel
public protocol OptionListPickerItemModel : OptionListPickerComponent
Undocumented
-
itemLayout
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var itemLayout: OptionListPickerItemLayoutType { get set }
-
onTap
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
var onTap: ((_ index: Int) -> Void)? { get }