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 --- .../-open-dialog-options/button-label.html | 14 ++++ .../-open-dialog-options/default-path.html | 14 ++++ .../-open-dialog-options/filters.html | 14 ++++ .../-open-dialog-options/index.html | 81 ++++++++++++++++++++++ .../-open-dialog-options/message.html | 14 ++++ .../-open-dialog-options/properties.html | 14 ++++ .../security-scoped-bookmarks.html | 14 ++++ .../-open-dialog-options/title.html | 14 ++++ 8 files changed, 179 insertions(+) create mode 100644 api1/pl.treksoft.kvision.electron/-open-dialog-options/button-label.html create mode 100644 api1/pl.treksoft.kvision.electron/-open-dialog-options/default-path.html create mode 100644 api1/pl.treksoft.kvision.electron/-open-dialog-options/filters.html create mode 100644 api1/pl.treksoft.kvision.electron/-open-dialog-options/index.html create mode 100644 api1/pl.treksoft.kvision.electron/-open-dialog-options/message.html create mode 100644 api1/pl.treksoft.kvision.electron/-open-dialog-options/properties.html create mode 100644 api1/pl.treksoft.kvision.electron/-open-dialog-options/security-scoped-bookmarks.html create mode 100644 api1/pl.treksoft.kvision.electron/-open-dialog-options/title.html (limited to 'api1/pl.treksoft.kvision.electron/-open-dialog-options') diff --git a/api1/pl.treksoft.kvision.electron/-open-dialog-options/button-label.html b/api1/pl.treksoft.kvision.electron/-open-dialog-options/button-label.html new file mode 100644 index 00000000..cd57a61f --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-open-dialog-options/button-label.html @@ -0,0 +1,14 @@ + + + +OpenDialogOptions.buttonLabel - kvision + + + +kvision / pl.treksoft.kvision.electron / OpenDialogOptions / buttonLabel
+
+

buttonLabel

+ +open var buttonLabel: String? + + diff --git a/api1/pl.treksoft.kvision.electron/-open-dialog-options/default-path.html b/api1/pl.treksoft.kvision.electron/-open-dialog-options/default-path.html new file mode 100644 index 00000000..673f4da2 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-open-dialog-options/default-path.html @@ -0,0 +1,14 @@ + + + +OpenDialogOptions.defaultPath - kvision + + + +kvision / pl.treksoft.kvision.electron / OpenDialogOptions / defaultPath
+
+

defaultPath

+ +open var defaultPath: String? + + diff --git a/api1/pl.treksoft.kvision.electron/-open-dialog-options/filters.html b/api1/pl.treksoft.kvision.electron/-open-dialog-options/filters.html new file mode 100644 index 00000000..3b5925f6 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-open-dialog-options/filters.html @@ -0,0 +1,14 @@ + + + +OpenDialogOptions.filters - kvision + + + +kvision / pl.treksoft.kvision.electron / OpenDialogOptions / filters
+
+

filters

+ +open var filters: Array<FileFilter>? + + diff --git a/api1/pl.treksoft.kvision.electron/-open-dialog-options/index.html b/api1/pl.treksoft.kvision.electron/-open-dialog-options/index.html new file mode 100644 index 00000000..20959676 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-open-dialog-options/index.html @@ -0,0 +1,81 @@ + + + +OpenDialogOptions - kvision + + + +kvision / pl.treksoft.kvision.electron / OpenDialogOptions
+
+

OpenDialogOptions

+external interface OpenDialogOptions +

Properties

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

buttonLabel

+
+open var buttonLabel: String?
+

defaultPath

+
+open var defaultPath: String?
+

filters

+
+open var filters: Array<FileFilter>?
+

message

+
+open var message: String?
+

properties

+
+open var properties: Array<dynamic>?
+

securityScopedBookmarks

+
+open var securityScopedBookmarks: Boolean?
+

title

+
+open var title: String?
+

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/-open-dialog-options/message.html b/api1/pl.treksoft.kvision.electron/-open-dialog-options/message.html new file mode 100644 index 00000000..f6165b76 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-open-dialog-options/message.html @@ -0,0 +1,14 @@ + + + +OpenDialogOptions.message - kvision + + + +kvision / pl.treksoft.kvision.electron / OpenDialogOptions / message
+
+

message

+ +open var message: String? + + diff --git a/api1/pl.treksoft.kvision.electron/-open-dialog-options/properties.html b/api1/pl.treksoft.kvision.electron/-open-dialog-options/properties.html new file mode 100644 index 00000000..0d93ded4 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-open-dialog-options/properties.html @@ -0,0 +1,14 @@ + + + +OpenDialogOptions.properties - kvision + + + +kvision / pl.treksoft.kvision.electron / OpenDialogOptions / properties
+
+

properties

+ +open var properties: Array<dynamic>? + + diff --git a/api1/pl.treksoft.kvision.electron/-open-dialog-options/security-scoped-bookmarks.html b/api1/pl.treksoft.kvision.electron/-open-dialog-options/security-scoped-bookmarks.html new file mode 100644 index 00000000..9354c0ed --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-open-dialog-options/security-scoped-bookmarks.html @@ -0,0 +1,14 @@ + + + +OpenDialogOptions.securityScopedBookmarks - kvision + + + +kvision / pl.treksoft.kvision.electron / OpenDialogOptions / securityScopedBookmarks
+
+

securityScopedBookmarks

+ +open var securityScopedBookmarks: Boolean? + + diff --git a/api1/pl.treksoft.kvision.electron/-open-dialog-options/title.html b/api1/pl.treksoft.kvision.electron/-open-dialog-options/title.html new file mode 100644 index 00000000..4a84630c --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-open-dialog-options/title.html @@ -0,0 +1,14 @@ + + + +OpenDialogOptions.title - kvision + + + +kvision / pl.treksoft.kvision.electron / OpenDialogOptions / title
+
+

title

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