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/-image-params/height.html | 14 ++++++++++ .../-tabulator/-image-params/index.html | 32 ++++++++++++++++++++++ .../-tabulator/-image-params/width.html | 14 ++++++++++ 3 files changed, 60 insertions(+) create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params/height.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params/index.html create mode 100644 api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params/width.html (limited to 'api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params') diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params/height.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params/height.html new file mode 100644 index 00000000..af5d378d --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params/height.html @@ -0,0 +1,14 @@ + + + +Tabulator.ImageParams.height - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ImageParams / height
+
+

height

+ +open var height: String? + + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params/index.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params/index.html new file mode 100644 index 00000000..a38b314e --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params/index.html @@ -0,0 +1,32 @@ + + + +Tabulator.ImageParams - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ImageParams
+
+

ImageParams

+interface ImageParams +

Properties

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

height

+
+open var height: String?
+

width

+
+open var width: String?
+ + diff --git a/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params/width.html b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params/width.html new file mode 100644 index 00000000..b77ad99f --- /dev/null +++ b/api1/pl.treksoft.kvision.tabulator.js/-tabulator/-image-params/width.html @@ -0,0 +1,14 @@ + + + +Tabulator.ImageParams.width - kvision + + + +kvision / pl.treksoft.kvision.tabulator.js / Tabulator / ImageParams / width
+
+

width

+ +open var width: String? + + -- cgit