OptionListPickerItemModel

public protocol OptionListPickerItemModel : OptionListPickerComponent

Undocumented

  • itemLayout Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var itemLayout: OptionListPickerItemLayoutType { get set }
  • onTap Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var onTap: ((_ index: Int) -> Void)? { get }