From eeb8fdf8f890daeed907a6d0591ea6fae8421860 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Wed, 6 Mar 2019 13:53:58 +0100 Subject: API documentation for KVision 0.0.28 --- .../-command-line/append-argument.html | 14 +++++++ .../-command-line/append-switch.html | 14 +++++++ .../-command-line/index.html | 46 ++++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 api/pl.treksoft.kvision.electron/-command-line/append-argument.html create mode 100644 api/pl.treksoft.kvision.electron/-command-line/append-switch.html create mode 100644 api/pl.treksoft.kvision.electron/-command-line/index.html (limited to 'api/pl.treksoft.kvision.electron/-command-line') diff --git a/api/pl.treksoft.kvision.electron/-command-line/append-argument.html b/api/pl.treksoft.kvision.electron/-command-line/append-argument.html new file mode 100644 index 00000000..27d60b30 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-command-line/append-argument.html @@ -0,0 +1,14 @@ + + + +CommandLine.appendArgument - kvision + + + +kvision / pl.treksoft.kvision.electron / CommandLine / appendArgument
+
+

appendArgument

+ +abstract var appendArgument: (value: String) -> Unit + + diff --git a/api/pl.treksoft.kvision.electron/-command-line/append-switch.html b/api/pl.treksoft.kvision.electron/-command-line/append-switch.html new file mode 100644 index 00000000..188761c1 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-command-line/append-switch.html @@ -0,0 +1,14 @@ + + + +CommandLine.appendSwitch - kvision + + + +kvision / pl.treksoft.kvision.electron / CommandLine / appendSwitch
+
+

appendSwitch

+ +abstract var appendSwitch: (the_switch: String, value: String?) -> Unit + + diff --git a/api/pl.treksoft.kvision.electron/-command-line/index.html b/api/pl.treksoft.kvision.electron/-command-line/index.html new file mode 100644 index 00000000..0c3e814f --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-command-line/index.html @@ -0,0 +1,46 @@ + + + +CommandLine - kvision + + + +kvision / pl.treksoft.kvision.electron / CommandLine
+
+

CommandLine

+external interface CommandLine +

Properties

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

appendArgument

+
+abstract var appendArgument: (value: String) -> Unit
+

appendSwitch

+
+abstract var appendSwitch: (the_switch: String, value: String?) -> Unit
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + -- cgit