From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- api/pl.treksoft.kvision/index.html | 81 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 api/pl.treksoft.kvision/index.html (limited to 'api/pl.treksoft.kvision/index.html') diff --git a/api/pl.treksoft.kvision/index.html b/api/pl.treksoft.kvision/index.html new file mode 100644 index 00000000..4cb3dff7 --- /dev/null +++ b/api/pl.treksoft.kvision/index.html @@ -0,0 +1,81 @@ + + + +pl.treksoft.kvision - kvision + + + +kvision / pl.treksoft.kvision
+
+

Package pl.treksoft.kvision

+

Types

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

Application

+
+abstract class Application +

Base class for KVision applications.

+
+

Hot

+
+external interface Hot +

Helper interface for Hot Module Replacement (HMR).

+
+

KVManager

+
+object KVManager +

Internal singleton object which initializes and configures KVision framework.

+
+

Module

+
+external interface Module +

Helper interface for Hot Module Replacement (HMR).

+
+

Properties

+ + + + + + + +
+

module

+
+external val module: Module +

Helper variable for Hot Module Replacement (HMR).

+
+

Functions

+ + + + + + + +
+

startApplication

+
+fun startApplication(builder: () -> Application): Unit +

Main function for creating KVision applications.

+
+ + -- cgit