JSCollectionExport

@objc
public protocol JSCollectionExport : JSExport

Undocumented

  • Undocumented

    Declaration

    Swift

    var onSelect: Any { get set }
  • Undocumented

    Declaration

    Swift

    var onReady: JSValue { get set }
  • Undocumented

    Declaration

    Swift

    var staticCount: Int { get set }
  • Undocumented

    Declaration

    Swift

    var rowCount: [Int : Int] { get set }
  • Undocumented

    Declaration

    Swift

    func configCell(_ comp: JSValue)
  • Undocumented

    Declaration

    Swift

    func onSelectCell(_ comp: JSValue)