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