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 --- .../icon.html | 14 +++++ .../index.html | 60 ++++++++++++++++++++++ .../items.html | 14 +++++ .../label.html | 14 +++++ .../show-close-button.html | 14 +++++ 5 files changed, 116 insertions(+) create mode 100644 api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/icon.html create mode 100644 api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/index.html create mode 100644 api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/items.html create mode 100644 api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/label.html create mode 100644 api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/show-close-button.html (limited to 'api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options') diff --git a/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/icon.html b/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/icon.html new file mode 100644 index 00000000..9404e444 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/icon.html @@ -0,0 +1,14 @@ + + + +TouchBarPopoverConstructorOptions.icon - kvision + + + +kvision / pl.treksoft.kvision.electron / TouchBarPopoverConstructorOptions / icon
+
+

icon

+ +open var icon: NativeImage? + + diff --git a/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/index.html b/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/index.html new file mode 100644 index 00000000..95f6e2f5 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/index.html @@ -0,0 +1,60 @@ + + + +TouchBarPopoverConstructorOptions - kvision + + + +kvision / pl.treksoft.kvision.electron / TouchBarPopoverConstructorOptions
+
+

TouchBarPopoverConstructorOptions

+external interface TouchBarPopoverConstructorOptions +

Properties

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

icon

+
+open var icon: NativeImage?
+

items

+
+open var items: TouchBar?
+

label

+
+open var label: String?
+

showCloseButton

+
+open var showCloseButton: Boolean?
+

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/-touch-bar-popover-constructor-options/items.html b/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/items.html new file mode 100644 index 00000000..6caf4d4b --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/items.html @@ -0,0 +1,14 @@ + + + +TouchBarPopoverConstructorOptions.items - kvision + + + +kvision / pl.treksoft.kvision.electron / TouchBarPopoverConstructorOptions / items
+
+

items

+ +open var items: TouchBar? + + diff --git a/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/label.html b/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/label.html new file mode 100644 index 00000000..204400b4 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/label.html @@ -0,0 +1,14 @@ + + + +TouchBarPopoverConstructorOptions.label - kvision + + + +kvision / pl.treksoft.kvision.electron / TouchBarPopoverConstructorOptions / label
+
+

label

+ +open var label: String? + + diff --git a/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/show-close-button.html b/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/show-close-button.html new file mode 100644 index 00000000..752670dc --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-touch-bar-popover-constructor-options/show-close-button.html @@ -0,0 +1,14 @@ + + + +TouchBarPopoverConstructorOptions.showCloseButton - kvision + + + +kvision / pl.treksoft.kvision.electron / TouchBarPopoverConstructorOptions / showCloseButton
+
+

showCloseButton

+ +open var showCloseButton: Boolean? + + -- cgit