PickersSectionListRef

external interface PickersSectionListRef(source)

Properties

Link copied to clipboard
abstract var getRoot: () -> HTMLElement
Link copied to clipboard
abstract var getSectionContainer: (sectionIndex: Number) -> HTMLElement
Link copied to clipboard
abstract var getSectionContent: (sectionIndex: Number) -> HTMLElement
Link copied to clipboard
abstract var getSectionIndexFromDOMElement: (element: Element?) -> Number?