fritz2
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
fritz2
core
/
dev.fritz2.core
/
selectedIndex
selected
Index
js
fun
Tag
<
HTMLSelectElement
>
.
selectedIndex
(
value
:
Int
)
fun
Tag
<
HTMLSelectElement
>
.
selectedIndex
(
value
:
Flow
<
Int
>
)
fun
Listener
<
*
,
HTMLSelectElement
>
.
selectedIndex
(
)
:
Flow
<
Int
>
Extracts the
HTMLSelectElement.selectedIndex
from the
Event.target
.