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 --- .../-size-options/enable-auto-size.html | 14 +++++ .../-size-options/index.html | 60 ++++++++++++++++++++++ .../-size-options/max.html | 14 +++++ .../-size-options/min.html | 14 +++++ .../-size-options/normal.html | 14 +++++ 5 files changed, 116 insertions(+) create mode 100644 api1/pl.treksoft.kvision.electron/-size-options/enable-auto-size.html create mode 100644 api1/pl.treksoft.kvision.electron/-size-options/index.html create mode 100644 api1/pl.treksoft.kvision.electron/-size-options/max.html create mode 100644 api1/pl.treksoft.kvision.electron/-size-options/min.html create mode 100644 api1/pl.treksoft.kvision.electron/-size-options/normal.html (limited to 'api1/pl.treksoft.kvision.electron/-size-options') diff --git a/api1/pl.treksoft.kvision.electron/-size-options/enable-auto-size.html b/api1/pl.treksoft.kvision.electron/-size-options/enable-auto-size.html new file mode 100644 index 00000000..9fee785e --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-size-options/enable-auto-size.html @@ -0,0 +1,14 @@ + + + +SizeOptions.enableAutoSize - kvision + + + +kvision / pl.treksoft.kvision.electron / SizeOptions / enableAutoSize
+
+

enableAutoSize

+ +open var enableAutoSize: Boolean? + + diff --git a/api1/pl.treksoft.kvision.electron/-size-options/index.html b/api1/pl.treksoft.kvision.electron/-size-options/index.html new file mode 100644 index 00000000..86072a79 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-size-options/index.html @@ -0,0 +1,60 @@ + + + +SizeOptions - kvision + + + +kvision / pl.treksoft.kvision.electron / SizeOptions
+
+

SizeOptions

+external interface SizeOptions +

Properties

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

enableAutoSize

+
+open var enableAutoSize: Boolean?
+

max

+
+open var max: Size?
+

min

+
+open var min: Size?
+

normal

+
+open var normal: Size?
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api1/pl.treksoft.kvision.electron/-size-options/max.html b/api1/pl.treksoft.kvision.electron/-size-options/max.html new file mode 100644 index 00000000..f03c9c77 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-size-options/max.html @@ -0,0 +1,14 @@ + + + +SizeOptions.max - kvision + + + +kvision / pl.treksoft.kvision.electron / SizeOptions / max
+
+

max

+ +open var max: Size? + + diff --git a/api1/pl.treksoft.kvision.electron/-size-options/min.html b/api1/pl.treksoft.kvision.electron/-size-options/min.html new file mode 100644 index 00000000..9058be68 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-size-options/min.html @@ -0,0 +1,14 @@ + + + +SizeOptions.min - kvision + + + +kvision / pl.treksoft.kvision.electron / SizeOptions / min
+
+

min

+ +open var min: Size? + + diff --git a/api1/pl.treksoft.kvision.electron/-size-options/normal.html b/api1/pl.treksoft.kvision.electron/-size-options/normal.html new file mode 100644 index 00000000..9e8dbf1c --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-size-options/normal.html @@ -0,0 +1,14 @@ + + + +SizeOptions.normal - kvision + + + +kvision / pl.treksoft.kvision.electron / SizeOptions / normal
+
+

normal

+ +open var normal: Size? + + -- cgit