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/alltypes/index.html | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) (limited to 'api/alltypes') diff --git a/api/alltypes/index.html b/api/alltypes/index.html index 135a87b3..efed37c1 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -716,15 +716,15 @@ -pl.treksoft.kvision.electron.Dialog +pl.treksoft.kvision.modal.Dialog +

Modal window with a result.

-pl.treksoft.kvision.modal.Dialog +pl.treksoft.kvision.electron.Dialog -

Modal window with a result.

@@ -785,6 +785,12 @@ +pl.treksoft.kvision.redux.Dispatch + + + + + pl.treksoft.kvision.electron.Display @@ -1085,6 +1091,12 @@ +pl.treksoft.kvision.redux.GetState + + + + + pl.treksoft.kvision.electron.GlobalShortcut @@ -2164,6 +2176,14 @@ +pl.treksoft.kvision.redux.ReduxStore + +

A class implementing redux pattern backed by the original Redux JS library. +It requires @Serializable state.

+ + + + pl.treksoft.kvision.electron.RegisterBufferProtocolRequest @@ -2578,6 +2598,13 @@ +pl.treksoft.kvision.redux.StateBinding + +

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

+ + + + pl.treksoft.kvision.electron.StreamProtocolResponse -- cgit