Package io.kvision.event

Extension functions producing coroutines Flows for KVision event and data sources.

Functions

eventFlow
Link copied to clipboard
js
inline fun <T : Widget> T.eventFlow(event: String): <ERROR CLASS><<ERROR CLASS><T, <ERROR CLASS>>>
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>
Extension property returning Flow for a change event.
clickFlow
Link copied to clipboard
js
val <T : Widget> T.clickFlow: <ERROR CLASS><T>
Extension property returning Flow for a click event.
inputFlow
Link copied to clipboard
js
val <T : Widget> T.inputFlow: <ERROR CLASS><T>
Extension property returning Flow for an input event.