From ccde61ffd1053e08612ed18788aaa7621b541a5e Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 20 Apr 2020 00:23:54 +0200 Subject: API documentation for KVision 3.7.0 --- api/alltypes/index.html | 56 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'api/alltypes/index.html') diff --git a/api/alltypes/index.html b/api/alltypes/index.html index 1f27f760..5fc4764a 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -1350,6 +1350,18 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.annotations.KVBinding
+ + +(js) +
pl.treksoft.kvision.annotations.KVBindingMethod
+ + +(js) +
pl.treksoft.kvision.annotations.KVBindingRoute
+ + +(js)
pl.treksoft.kvision.utils.KvEvent

Helper class for defining custom events.

@@ -1577,6 +1589,10 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.annotations.Method
+ + +(js)
pl.treksoft.kvision.electron.MimeTypedBuffer
@@ -1719,6 +1735,16 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.state.ObservableSet
+

Observable set interface.

+ + +(js) +
pl.treksoft.kvision.state.ObservableSetWrapper
+

Simple observable set implementation.

+ + +(js)
pl.treksoft.kvision.state.ObservableState

An interface of observable state.

@@ -2693,6 +2719,31 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.toast.Toast
+

Toast component object.

+ + +(js) +
pl.treksoft.kvision.toast.ToastEasing
+

Toast easings.

+ + +(js) +
pl.treksoft.kvision.toast.ToastMethod
+

Toast animation methods.

+ + +(js) +
pl.treksoft.kvision.toast.ToastOptions
+

Toast options.

+ + +(js) +
pl.treksoft.kvision.toast.ToastPosition
+

Toast positions.

+ + +(js)
pl.treksoft.kvision.electron.ToBitmapOptions
@@ -2907,6 +2958,11 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.tabulator.VAlign
+

Column align.

+ + +(js)
pl.treksoft.kvision.electron.Versions
-- cgit