core
1.0-RC1
js
core
/
dev.fritz2.core
/
values
values
js
fun
Listener
<
*
,
HTMLInputElement
>
.
values
(
)
:
Flow
<
String
>
Content copied to clipboard
fun
Listener
<
*
,
HTMLSelectElement
>
.
values
(
)
:
Flow
<
String
>
Content copied to clipboard
fun
Listener
<
*
,
HTMLFieldSetElement
>
.
values
(
)
:
Flow
<
String
>
Content copied to clipboard
fun
Listener
<
*
,
HTMLTextAreaElement
>
.
values
(
)
:
Flow
<
String
>
Content copied to clipboard
Extracts the
HTMLInputElement.value
from the
Event.target
.