From 4f5db77ec2db6c87cb93ceb9f7ea9ab311247f17 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 24 Sep 2019 15:44:15 +0200 Subject: API documentation for KVision 0.0.39 --- api/alltypes/index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'api/alltypes/index.html') diff --git a/api/alltypes/index.html b/api/alltypes/index.html index 6eb38831..e175017a 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -2735,6 +2735,12 @@ performance is O(1) and for cache eviction, it is O(1).

+pl.treksoft.kvision.redux.RAction + + + + + pl.treksoft.kvision.form.check.Radio

The form field component rendered as HTML input type="radio".

@@ -2802,9 +2808,15 @@ performance is O(1) and for cache eviction, it is O(1).

+pl.treksoft.kvision.redux.ReducerFun + + + + + pl.treksoft.kvision.redux.ReduxStore -

A class implementing redux pattern backed by the original Redux JS library.

+

A class implementing redux pattern backed by the Redux Kotlin library.

-- cgit