From bfd5aa358e141d6c86d476d8bb66b104a80a3b96 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 21 May 2020 00:13:50 +0200 Subject: API documentation for KVision 3.10.0 --- api/alltypes/index.html | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'api/alltypes') diff --git a/api/alltypes/index.html b/api/alltypes/index.html index b225ecc9..32bf0fe1 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -448,6 +448,11 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.panel.ContainerType
+

Root container types.

+ + +(js)
pl.treksoft.kvision.electron.ContentTracing
@@ -746,6 +751,10 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.core.Easing
+ + +(js)
pl.treksoft.kvision.electron.EditFlags
@@ -818,6 +827,11 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.html.Fieldset
+

Simple component rendered as fieldset.

+ + +(js)
pl.treksoft.kvision.panel.FieldsetPanel

The HTML fieldset container.

@@ -1415,6 +1429,11 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.html.Li
+

Simple component rendered as li.

+ + +(js)
pl.treksoft.kvision.core.LineBreak

Definitions of CSS line-break options.

@@ -1638,6 +1657,11 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.html.Nav
+

Simple component rendered as nav.

+ + +(js)
pl.treksoft.kvision.navbar.Navbar

The Bootstrap Navbar container.

@@ -1761,6 +1785,11 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.html.Ol
+

Simple component rendered as ol.

+ + +(js)
pl.treksoft.kvision.electron.OnBeforeRedirectDetails
@@ -2088,6 +2117,11 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.react.React
+

React component for KVision with support for state holder.

+ + +(js)
pl.treksoft.kvision.electron.ReadBookmark
@@ -2535,6 +2569,10 @@ performance is O(1) and for cache eviction, it is O(1).

pl.treksoft.kvision.electron.StreamProtocolResponse
+(js) (extensions in package pl.treksoft.kvision.utils) +
kotlin.String
+ + (js) (extensions in package pl.treksoft.kvision.types)
kotlin.String
@@ -2690,6 +2728,11 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.html.TextNode
+

Simple component for rendering text DOM node.

+ + +(js)
pl.treksoft.kvision.core.TextOverflow

Definitions of CSS text overflow options.

@@ -2904,6 +2947,11 @@ performance is O(1) and for cache eviction, it is O(1).

(js) +
pl.treksoft.kvision.html.Ul
+

Simple component rendered as ul.

+ + +(js)
pl.treksoft.kvision.core.UnicodeBidi

Definitions of CSS unicode-bidi options.

-- cgit