core
/
dev.fritz2.dom
/
values
js
values
fun
DomListener
<
Event
,
HTMLInputElement
>.
values
():
Flow
<
String
>
Content copied to clipboard
fun
DomListener
<
InputEvent
,
HTMLInputElement
>.
values
():
Flow
<
String
>
Content copied to clipboard
fun
DomListener
<
Event
,
HTMLSelectElement
>.
values
():
Flow
<
String
>
Content copied to clipboard
fun
DomListener
<
Event
,
HTMLTextAreaElement
>.
values
():
Flow
<
String
>
Content copied to clipboard
Gives you the new value as
String
from the targeting
Element
.