From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- docs/api/pl.treksoft.kvision.hmr/-hot/index.html | 47 ------------------------ 1 file changed, 47 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.hmr/-hot/index.html (limited to 'docs/api/pl.treksoft.kvision.hmr/-hot/index.html') diff --git a/docs/api/pl.treksoft.kvision.hmr/-hot/index.html b/docs/api/pl.treksoft.kvision.hmr/-hot/index.html deleted file mode 100644 index 75b15c36..00000000 --- a/docs/api/pl.treksoft.kvision.hmr/-hot/index.html +++ /dev/null @@ -1,47 +0,0 @@ - - - -Hot - kvision - - - -kvision / pl.treksoft.kvision.hmr / Hot
-
-

Hot

-external interface Hot -

Helper interface for Hot Module Replacement (HMR).

-

Properties

- - - - - - - -
-

data

-
-abstract val data: dynamic
-

Functions

- - - - - - - - - - - -
-

accept

-
-abstract fun accept(): Unit
-abstract fun accept(dependency: String, callback: () -> Unit): Unit
-abstract fun accept(dependencies: Array<String>, callback: (updated: Array<String>) -> Unit): Unit
-

dispose

-
-abstract fun dispose(callback: (dynamic) -> Unit): Unit
- - -- cgit