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 --- .../-add-representation-options/buffer.html | 14 +++++ .../-add-representation-options/data-u-r-l.html | 14 +++++ .../-add-representation-options/height.html | 14 +++++ .../-add-representation-options/index.html | 67 ++++++++++++++++++++++ .../-add-representation-options/scale-factor.html | 14 +++++ .../-add-representation-options/width.html | 14 +++++ 6 files changed, 137 insertions(+) create mode 100644 api1/pl.treksoft.kvision.electron/-add-representation-options/buffer.html create mode 100644 api1/pl.treksoft.kvision.electron/-add-representation-options/data-u-r-l.html create mode 100644 api1/pl.treksoft.kvision.electron/-add-representation-options/height.html create mode 100644 api1/pl.treksoft.kvision.electron/-add-representation-options/index.html create mode 100644 api1/pl.treksoft.kvision.electron/-add-representation-options/scale-factor.html create mode 100644 api1/pl.treksoft.kvision.electron/-add-representation-options/width.html (limited to 'api1/pl.treksoft.kvision.electron/-add-representation-options') diff --git a/api1/pl.treksoft.kvision.electron/-add-representation-options/buffer.html b/api1/pl.treksoft.kvision.electron/-add-representation-options/buffer.html new file mode 100644 index 00000000..12d3f6d6 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-add-representation-options/buffer.html @@ -0,0 +1,14 @@ + + + +AddRepresentationOptions.buffer - kvision + + + +kvision / pl.treksoft.kvision.electron / AddRepresentationOptions / buffer
+
+

buffer

+ +open var buffer: <ERROR CLASS>? + + diff --git a/api1/pl.treksoft.kvision.electron/-add-representation-options/data-u-r-l.html b/api1/pl.treksoft.kvision.electron/-add-representation-options/data-u-r-l.html new file mode 100644 index 00000000..6d87b318 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-add-representation-options/data-u-r-l.html @@ -0,0 +1,14 @@ + + + +AddRepresentationOptions.dataURL - kvision + + + +kvision / pl.treksoft.kvision.electron / AddRepresentationOptions / dataURL
+
+

dataURL

+ +open var dataURL: String? + + diff --git a/api1/pl.treksoft.kvision.electron/-add-representation-options/height.html b/api1/pl.treksoft.kvision.electron/-add-representation-options/height.html new file mode 100644 index 00000000..1def87ba --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-add-representation-options/height.html @@ -0,0 +1,14 @@ + + + +AddRepresentationOptions.height - kvision + + + +kvision / pl.treksoft.kvision.electron / AddRepresentationOptions / height
+
+

height

+ +open var height: Number? + + diff --git a/api1/pl.treksoft.kvision.electron/-add-representation-options/index.html b/api1/pl.treksoft.kvision.electron/-add-representation-options/index.html new file mode 100644 index 00000000..a2182e84 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-add-representation-options/index.html @@ -0,0 +1,67 @@ + + + +AddRepresentationOptions - kvision + + + +kvision / pl.treksoft.kvision.electron / AddRepresentationOptions
+
+

AddRepresentationOptions

+external interface AddRepresentationOptions +

Properties

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

buffer

+
+open var buffer: <ERROR CLASS>?
+

dataURL

+
+open var dataURL: String?
+

height

+
+open var height: Number?
+

scaleFactor

+
+abstract var scaleFactor: Number
+

width

+
+open var width: Number?
+

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/-add-representation-options/scale-factor.html b/api1/pl.treksoft.kvision.electron/-add-representation-options/scale-factor.html new file mode 100644 index 00000000..6be00647 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-add-representation-options/scale-factor.html @@ -0,0 +1,14 @@ + + + +AddRepresentationOptions.scaleFactor - kvision + + + +kvision / pl.treksoft.kvision.electron / AddRepresentationOptions / scaleFactor
+
+

scaleFactor

+ +abstract var scaleFactor: Number + + diff --git a/api1/pl.treksoft.kvision.electron/-add-representation-options/width.html b/api1/pl.treksoft.kvision.electron/-add-representation-options/width.html new file mode 100644 index 00000000..fdc97e66 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-add-representation-options/width.html @@ -0,0 +1,14 @@ + + + +AddRepresentationOptions.width - kvision + + + +kvision / pl.treksoft.kvision.electron / AddRepresentationOptions / width
+
+

width

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