From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- .../-application-base/index.html | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 api/pl.treksoft.kvision.hmr/-application-base/index.html (limited to 'api/pl.treksoft.kvision.hmr/-application-base/index.html') diff --git a/api/pl.treksoft.kvision.hmr/-application-base/index.html b/api/pl.treksoft.kvision.hmr/-application-base/index.html new file mode 100644 index 00000000..7972b5d1 --- /dev/null +++ b/api/pl.treksoft.kvision.hmr/-application-base/index.html @@ -0,0 +1,38 @@ + + + +ApplicationBase - kvision + + + +kvision / pl.treksoft.kvision.hmr / ApplicationBase
+
+

ApplicationBase

+interface ApplicationBase +

Base interface for applications.

+

Base interface for applications supporting Hot Module Replacement (HMR).

+

Functions

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

dispose

+
+abstract fun dispose(): Map<String, Any> +

Ending point for an application.

+
+

start

+
+abstract fun start(state: Map<String, Any>): Unit +

Starting point for an application.

+
+ + -- cgit