Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-muix-date-pickers
/
muix.pickers
/
PickersSectionListRef
Pickers
Section
List
Ref
external
interface
PickersSectionListRef
(
source
)
Members
Properties
get
Root
Link copied to clipboard
abstract
var
getRoot
:
(
)
->
HTMLElement
get
Section
Container
Link copied to clipboard
abstract
var
getSectionContainer
:
(
sectionIndex
:
Number
)
->
HTMLElement
get
Section
Content
Link copied to clipboard
abstract
var
getSectionContent
:
(
sectionIndex
:
Number
)
->
HTMLElement
get
Section
Index
From
DOMElement
Link copied to clipboard
abstract
var
getSectionIndexFromDOMElement
:
(
element
:
Element
?
)
->
Number
?