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 --- api/pl.treksoft.kvision.electron/-input/alt.html | 14 ++++ api/pl.treksoft.kvision.electron/-input/code.html | 14 ++++ .../-input/control.html | 14 ++++ api/pl.treksoft.kvision.electron/-input/index.html | 88 ++++++++++++++++++++++ .../-input/is-auto-repeat.html | 14 ++++ api/pl.treksoft.kvision.electron/-input/key.html | 14 ++++ api/pl.treksoft.kvision.electron/-input/meta.html | 14 ++++ api/pl.treksoft.kvision.electron/-input/shift.html | 14 ++++ api/pl.treksoft.kvision.electron/-input/type.html | 14 ++++ 9 files changed, 200 insertions(+) create mode 100644 api/pl.treksoft.kvision.electron/-input/alt.html create mode 100644 api/pl.treksoft.kvision.electron/-input/code.html create mode 100644 api/pl.treksoft.kvision.electron/-input/control.html create mode 100644 api/pl.treksoft.kvision.electron/-input/index.html create mode 100644 api/pl.treksoft.kvision.electron/-input/is-auto-repeat.html create mode 100644 api/pl.treksoft.kvision.electron/-input/key.html create mode 100644 api/pl.treksoft.kvision.electron/-input/meta.html create mode 100644 api/pl.treksoft.kvision.electron/-input/shift.html create mode 100644 api/pl.treksoft.kvision.electron/-input/type.html (limited to 'api/pl.treksoft.kvision.electron/-input') diff --git a/api/pl.treksoft.kvision.electron/-input/alt.html b/api/pl.treksoft.kvision.electron/-input/alt.html new file mode 100644 index 00000000..433a96c1 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-input/alt.html @@ -0,0 +1,14 @@ + + + +Input.alt - kvision + + + +kvision / pl.treksoft.kvision.electron / Input / alt
+
+

alt

+ +abstract var alt: Boolean + + diff --git a/api/pl.treksoft.kvision.electron/-input/code.html b/api/pl.treksoft.kvision.electron/-input/code.html new file mode 100644 index 00000000..972be389 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-input/code.html @@ -0,0 +1,14 @@ + + + +Input.code - kvision + + + +kvision / pl.treksoft.kvision.electron / Input / code
+
+

code

+ +abstract var code: String + + diff --git a/api/pl.treksoft.kvision.electron/-input/control.html b/api/pl.treksoft.kvision.electron/-input/control.html new file mode 100644 index 00000000..d8381638 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-input/control.html @@ -0,0 +1,14 @@ + + + +Input.control - kvision + + + +kvision / pl.treksoft.kvision.electron / Input / control
+
+

control

+ +abstract var control: Boolean + + diff --git a/api/pl.treksoft.kvision.electron/-input/index.html b/api/pl.treksoft.kvision.electron/-input/index.html new file mode 100644 index 00000000..381064a7 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-input/index.html @@ -0,0 +1,88 @@ + + + +Input - kvision + + + +kvision / pl.treksoft.kvision.electron / Input
+
+

Input

+external interface Input +

Properties

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

alt

+
+abstract var alt: Boolean
+

code

+
+abstract var code: String
+

control

+
+abstract var control: Boolean
+

isAutoRepeat

+
+abstract var isAutoRepeat: Boolean
+

key

+
+abstract var key: String
+

meta

+
+abstract var meta: Boolean
+

shift

+
+abstract var shift: Boolean
+

type

+
+abstract var type: String
+

Extension Functions

+ + + + + + + +
+

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api/pl.treksoft.kvision.electron/-input/is-auto-repeat.html b/api/pl.treksoft.kvision.electron/-input/is-auto-repeat.html new file mode 100644 index 00000000..4501870e --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-input/is-auto-repeat.html @@ -0,0 +1,14 @@ + + + +Input.isAutoRepeat - kvision + + + +kvision / pl.treksoft.kvision.electron / Input / isAutoRepeat
+
+

isAutoRepeat

+ +abstract var isAutoRepeat: Boolean + + diff --git a/api/pl.treksoft.kvision.electron/-input/key.html b/api/pl.treksoft.kvision.electron/-input/key.html new file mode 100644 index 00000000..058419ab --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-input/key.html @@ -0,0 +1,14 @@ + + + +Input.key - kvision + + + +kvision / pl.treksoft.kvision.electron / Input / key
+
+

key

+ +abstract var key: String + + diff --git a/api/pl.treksoft.kvision.electron/-input/meta.html b/api/pl.treksoft.kvision.electron/-input/meta.html new file mode 100644 index 00000000..36f64348 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-input/meta.html @@ -0,0 +1,14 @@ + + + +Input.meta - kvision + + + +kvision / pl.treksoft.kvision.electron / Input / meta
+
+

meta

+ +abstract var meta: Boolean + + diff --git a/api/pl.treksoft.kvision.electron/-input/shift.html b/api/pl.treksoft.kvision.electron/-input/shift.html new file mode 100644 index 00000000..32f91bfc --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-input/shift.html @@ -0,0 +1,14 @@ + + + +Input.shift - kvision + + + +kvision / pl.treksoft.kvision.electron / Input / shift
+
+

shift

+ +abstract var shift: Boolean + + diff --git a/api/pl.treksoft.kvision.electron/-input/type.html b/api/pl.treksoft.kvision.electron/-input/type.html new file mode 100644 index 00000000..da7fecad --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-input/type.html @@ -0,0 +1,14 @@ + + + +Input.type - kvision + + + +kvision / pl.treksoft.kvision.electron / Input / type
+
+

type

+ +abstract var type: String + + -- cgit