From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-tabulator/-select-label-value/index.html | 32 ++++++++++++++++++++++ .../-tabulator/-select-label-value/label.html | 14 ++++++++++ .../-tabulator/-select-label-value/value.html | 14 ++++++++++ 3 files changed, 60 insertions(+) create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value/index.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value/label.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value/value.html (limited to 'api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value') diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value/index.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value/index.html new file mode 100644 index 00000000..0e297fcc --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value/index.html @@ -0,0 +1,32 @@ + + + +Tabulator.SelectLabelValue - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / SelectLabelValue
+
+

SelectLabelValue

+interface SelectLabelValue +

Properties

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

label

+
+abstract var label: String
+

value

+
+abstract var value: dynamic
+ + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value/label.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value/label.html new file mode 100644 index 00000000..ef77de36 --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value/label.html @@ -0,0 +1,14 @@ + + + +Tabulator.SelectLabelValue.label - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / SelectLabelValue / label
+
+

label

+ +abstract var label: String + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value/value.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value/value.html new file mode 100644 index 00000000..36c5372d --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-select-label-value/value.html @@ -0,0 +1,14 @@ + + + +Tabulator.SelectLabelValue.value - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / SelectLabelValue / value
+
+

value

+ +abstract var value: dynamic + + -- cgit