Extension functions producing coroutines Flows for KVision event sources.
val <T : Widget> T.changeFlow: <ERROR CLASS><T> |
|
val <T : Widget> T.clickFlow: <ERROR CLASS><T> |
|
val <T : Widget> T.inputFlow: <ERROR CLASS><T> |
fun <T : Widget> T.eventFlow(event: String): <ERROR CLASS><Pair<T, Event>> |