From 4ffe1bee99a55e985bb71dacff3839263cb4316f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 3 Mar 2020 10:53:33 +0100 Subject: API Documentation for KVision 3.0.0 --- api/pl.treksoft.kvision.event/index.html | 51 ++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 api/pl.treksoft.kvision.event/index.html (limited to 'api/pl.treksoft.kvision.event/index.html') diff --git a/api/pl.treksoft.kvision.event/index.html b/api/pl.treksoft.kvision.event/index.html new file mode 100644 index 00000000..0648b687 --- /dev/null +++ b/api/pl.treksoft.kvision.event/index.html @@ -0,0 +1,51 @@ + + + +pl.treksoft.kvision.event - kvision + + + +kvision / pl.treksoft.kvision.event
+
+

Package pl.treksoft.kvision.event

+

Extension functions producing coroutines Flows for KVision event sources.

+

Properties

+ + + + + + + + + + + + + + + +
+

changeFlow

+
+val <T : Widget> T.changeFlow: <ERROR CLASS><T>
+

clickFlow

+
+val <T : Widget> T.clickFlow: <ERROR CLASS><T>
+

inputFlow

+
+val <T : Widget> T.inputFlow: <ERROR CLASS><T>
+

Functions

+ + + + + + + +
+

eventFlow

+
+fun <T : Widget> T.eventFlow(event: String): <ERROR CLASS><Pair<T, Event>>
+ + -- cgit