Package-level declarations

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

Properties

Link copied to clipboard
val <T : Widget> T.changeFlow: Flow<T>

Extension property returning Flow for a change event.

Link copied to clipboard
val <T : Widget> T.clickFlow: Flow<T>

Extension property returning Flow for a click event.

Link copied to clipboard
val <T : Widget> T.inputFlow: Flow<T>

Extension property returning Flow for an input event.

Functions

Link copied to clipboard
inline fun <T : Widget> T.eventFlow(event: String): Flow<Pair<T, Event>>

Extension property returning Flow> for a given event