From 5c87c4a52e95c942c413324e21034a52fff0ccb3 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 17 Mar 2019 01:38:43 +0100 Subject: API Documentation for KVision 0.0.30 --- api/pl.treksoft.kvision.core/-widget/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'api/pl.treksoft.kvision.core/-widget/index.html') diff --git a/api/pl.treksoft.kvision.core/-widget/index.html b/api/pl.treksoft.kvision.core/-widget/index.html index 3329b0a8..c0b16629 100644 --- a/api/pl.treksoft.kvision.core/-widget/index.html +++ b/api/pl.treksoft.kvision.core/-widget/index.html @@ -874,6 +874,13 @@ +

singleRender

+ + +fun <T> singleRender(block: () -> T): T + + +

toggleVisible

@@ -1064,6 +1071,15 @@ +

StateBinding

+ + +class StateBinding<S : Any, A, CONT : Container> : Widget +

A class which binds the redux store with the given container.

+ + + +

UploadInput

-- cgit