From 8449ff519f3d853ca82c792dccf12d06fb09b627 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 24 Apr 2019 23:12:48 +0200 Subject: API documentation for KVision 0.0.35 --- .../-tabulator/-tick-cross-params/allow-empty.html | 14 +++++++ .../-tick-cross-params/allow-truthy.html | 14 +++++++ .../-tick-cross-params/cross-element.html | 14 +++++++ .../-tabulator/-tick-cross-params/index.html | 46 ++++++++++++++++++++++ .../-tick-cross-params/tick-element.html | 14 +++++++ 5 files changed, 102 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/allow-empty.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/allow-truthy.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/cross-element.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/index.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/tick-element.html (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params') diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/allow-empty.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/allow-empty.html new file mode 100644 index 00000000..e32aa8de --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/allow-empty.html @@ -0,0 +1,14 @@ + + + +Tabulator.TickCrossParams.allowEmpty - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / TickCrossParams / allowEmpty
+
+

allowEmpty

+ +open var allowEmpty: Boolean? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/allow-truthy.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/allow-truthy.html new file mode 100644 index 00000000..bacdf183 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/allow-truthy.html @@ -0,0 +1,14 @@ + + + +Tabulator.TickCrossParams.allowTruthy - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / TickCrossParams / allowTruthy
+
+

allowTruthy

+ +open var allowTruthy: Boolean? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/cross-element.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/cross-element.html new file mode 100644 index 00000000..8dd67d3d --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/cross-element.html @@ -0,0 +1,14 @@ + + + +Tabulator.TickCrossParams.crossElement - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / TickCrossParams / crossElement
+
+

crossElement

+ +open var crossElement: dynamic + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/index.html new file mode 100644 index 00000000..b76fbbaf --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/index.html @@ -0,0 +1,46 @@ + + + +Tabulator.TickCrossParams - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / TickCrossParams
+
+

TickCrossParams

+interface TickCrossParams +

Properties

+ + + + + + + + + + + + + + + + + + + +
+

allowEmpty

+
+open var allowEmpty: Boolean?
+

allowTruthy

+
+open var allowTruthy: Boolean?
+

crossElement

+
+open var crossElement: dynamic
+

tickElement

+
+open var tickElement: dynamic
+ + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/tick-element.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/tick-element.html new file mode 100644 index 00000000..4a0f2019 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-tick-cross-params/tick-element.html @@ -0,0 +1,14 @@ + + + +Tabulator.TickCrossParams.tickElement - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / TickCrossParams / tickElement
+
+

tickElement

+ +open var tickElement: dynamic + + -- cgit