kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-material
/
io.kvision.material.select
/
MdSelect
/
add
add
open
override
fun
add
(
item
:
MdSelectOption
)
(
source
)
Adds given
item
to the current widget.
open
override
fun
add
(
position
:
Int
,
item
:
MdSelectOption
)
(
source
)
Adds given
item
to the current widget at the given
position
.