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/-select-params-group/index.html | 39 ++++++++++++++++++++++ .../-tabulator/-select-params-group/label.html | 14 ++++++++ .../-tabulator/-select-params-group/options.html | 14 ++++++++ .../-tabulator/-select-params-group/value.html | 14 ++++++++ 4 files changed, 81 insertions(+) create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/index.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/label.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/options.html create mode 100644 api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/value.html (limited to 'api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group') diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/index.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/index.html new file mode 100644 index 00000000..c35d81f1 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/index.html @@ -0,0 +1,39 @@ + + + +Tabulator.SelectParamsGroup - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / SelectParamsGroup
+
+

SelectParamsGroup

+interface SelectParamsGroup +

Properties

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

label

+
+abstract var label: String
+

options

+
+open var options: Array<Tabulator.SelectLabelValue>?
+

value

+
+open var value: dynamic
+ + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/label.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/label.html new file mode 100644 index 00000000..9e44ee01 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/label.html @@ -0,0 +1,14 @@ + + + +Tabulator.SelectParamsGroup.label - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / SelectParamsGroup / label
+
+

label

+ +abstract var label: String + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/options.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/options.html new file mode 100644 index 00000000..b025b768 --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/options.html @@ -0,0 +1,14 @@ + + + +Tabulator.SelectParamsGroup.options - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / SelectParamsGroup / options
+
+

options

+ +open var options: Array<Tabulator.SelectLabelValue>? + + diff --git a/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/value.html b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/value.html new file mode 100644 index 00000000..6974e8db --- /dev/null +++ b/api/pl.treksoft.kvision.tabulator.js/-tabulator/-select-params-group/value.html @@ -0,0 +1,14 @@ + + + +Tabulator.SelectParamsGroup.value - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / SelectParamsGroup / value
+
+

value

+ +open var value: dynamic + + -- cgit