From e361ab18f355ff81ef61406543b918d4a2b9567c Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 11 Apr 2019 18:02:54 +0200 Subject: API documentantion for KVision 0.0.33 --- .../-main-module/-init-.html | 14 ------ .../-main-module/configure.html | 14 ------ .../-main-module/index.html | 51 ---------------------- 3 files changed, 79 deletions(-) delete mode 100644 api/pl.treksoft.kvision.remote/-main-module/-init-.html delete mode 100644 api/pl.treksoft.kvision.remote/-main-module/configure.html delete mode 100644 api/pl.treksoft.kvision.remote/-main-module/index.html (limited to 'api/pl.treksoft.kvision.remote/-main-module') diff --git a/api/pl.treksoft.kvision.remote/-main-module/-init-.html b/api/pl.treksoft.kvision.remote/-main-module/-init-.html deleted file mode 100644 index 6c6b8317..00000000 --- a/api/pl.treksoft.kvision.remote/-main-module/-init-.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -MainModule.<init> - kvision - - - -kvision / pl.treksoft.kvision.remote / MainModule / <init>
-
-

<init>

- -MainModule(application: <ERROR CLASS>) - - diff --git a/api/pl.treksoft.kvision.remote/-main-module/configure.html b/api/pl.treksoft.kvision.remote/-main-module/configure.html deleted file mode 100644 index 07871bc5..00000000 --- a/api/pl.treksoft.kvision.remote/-main-module/configure.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -MainModule.configure - kvision - - - -kvision / pl.treksoft.kvision.remote / MainModule / configure
-
-

configure

- -fun configure(): Unit - - diff --git a/api/pl.treksoft.kvision.remote/-main-module/index.html b/api/pl.treksoft.kvision.remote/-main-module/index.html deleted file mode 100644 index 8e1b5957..00000000 --- a/api/pl.treksoft.kvision.remote/-main-module/index.html +++ /dev/null @@ -1,51 +0,0 @@ - - - -MainModule - kvision - - - -kvision / pl.treksoft.kvision.remote / MainModule
-
-

MainModule

-class MainModule -

Constructors

- - - - - - - -
-

<init>

-
-MainModule(application: <ERROR CLASS>)
-

Functions

- - - - - - - -
-

configure

-
-fun configure(): Unit
-

Extension Functions

- - - - - - - -
-

createInstance

-
-fun <T> Any?.createInstance(vararg args: dynamic): T -

Helper function for creating JavaScript objects from dynamic constructors.

-
- - -- cgit