From 8449ff519f3d853ca82c792dccf12d06fb09b627 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 24 Apr 2019 23:12:48 +0200 Subject: API documentation for KVision 0.0.35 --- api/pl.treksoft.kvision.html/-canvas/index.html | 35 +++++++++++++++++-------- 1 file changed, 24 insertions(+), 11 deletions(-) (limited to 'api/pl.treksoft.kvision.html/-canvas/index.html') diff --git a/api/pl.treksoft.kvision.html/-canvas/index.html b/api/pl.treksoft.kvision.html/-canvas/index.html index 9bde9f8f..7b3b70a9 100644 --- a/api/pl.treksoft.kvision.html/-canvas/index.html +++ b/api/pl.treksoft.kvision.html/-canvas/index.html @@ -146,20 +146,25 @@

Visibility state of the current component.

- - -

Functions

- - + + + + + +
-

afterInsert

+

vnkey

-open fun afterInsert(node: VNode): Unit -

Method called after inserting Snabbdom vnode into the DOM.

+var vnkey: String?
+

vnode

+var vnode: VNode?
+

Functions

+ + @@ -367,6 +372,14 @@ + + + +

getSnAttrs

@@ -225,11 +230,11 @@
-

afterPostpatch

+

afterInsert

-open fun afterPostpatch(node: VNode): Unit -

Method called after updating Snabbdom vnode.

+open fun afterInsert(node: VNode): Unit +

Method called after inserting Snabbdom vnode into the DOM.

+

refreshOnUpdate

+
+fun <T> refreshOnUpdate(refreshFunction: (T) -> Unit = { this.refresh() }): Widget.RefreshDelegateProvider<T>
+fun <T> refreshOnUpdate(initialValue: T, refreshFunction: (T) -> Unit = { this.refresh() }): Widget.RefreshDelegateProvider<T>

removeCssClass

-- cgit