JSPickerExport

@objc
public protocol JSPickerExport : JSExport

Undocumented

  • Undocumented

    Declaration

    Swift

    var onSelect: Any { get set }
  • Undocumented

    Declaration

    Swift

    var _onSelect: JSValue? { get set }
  • Undocumented

    Declaration

    Swift

    var _onSelect2: ((Int, Int) -> Void)? { get set }
  • Undocumented

    Declaration

    Swift

    func titles(_ component: Int, _ titles: [String])
  • Undocumented

    Declaration

    Swift

    func select(_ component: Int, _ row: Int)