kvision
/
io.kvision.event
js
Package io.
kvision.
event
Extension functions producing coroutines Flows for KVision event and data sources.
Functions
Properties
Functions
eventFlow
Link copied to clipboard
js
inline fun <
T
:
Widget
>
T
.
eventFlow
(event:
String
):
<ERROR CLASS>
<
<ERROR CLASS>
<
T
,
<ERROR CLASS>
>>
Content copied to clipboard
Extension property returning Flow<Pair<Widget, Event>> for a given event
Properties
changeFlow
Link copied to clipboard
js
val <
T
:
Widget
>
T
.
changeFlow
:
<ERROR CLASS>
<
T
>
Content copied to clipboard
Extension property returning Flow
for a change event.
clickFlow
Link copied to clipboard
js
val <
T
:
Widget
>
T
.
clickFlow
:
<ERROR CLASS>
<
T
>
Content copied to clipboard
Extension property returning Flow
for a click event.
inputFlow
Link copied to clipboard
js
val <
T
:
Widget
>
T
.
inputFlow
:
<ERROR CLASS>
<
T
>
Content copied to clipboard
Extension property returning Flow
for an input event.