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 --- .../-result/active-match-ordinal.html | 14 +++++ .../-result/final-update.html | 14 +++++ .../-result/index.html | 67 ++++++++++++++++++++++ .../-result/matches.html | 14 +++++ .../-result/request-id.html | 14 +++++ .../-result/selection-area.html | 14 +++++ 6 files changed, 137 insertions(+) create mode 100644 api/pl.treksoft.kvision.electron/-result/active-match-ordinal.html create mode 100644 api/pl.treksoft.kvision.electron/-result/final-update.html create mode 100644 api/pl.treksoft.kvision.electron/-result/index.html create mode 100644 api/pl.treksoft.kvision.electron/-result/matches.html create mode 100644 api/pl.treksoft.kvision.electron/-result/request-id.html create mode 100644 api/pl.treksoft.kvision.electron/-result/selection-area.html (limited to 'api/pl.treksoft.kvision.electron/-result') diff --git a/api/pl.treksoft.kvision.electron/-result/active-match-ordinal.html b/api/pl.treksoft.kvision.electron/-result/active-match-ordinal.html new file mode 100644 index 00000000..3082fa95 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-result/active-match-ordinal.html @@ -0,0 +1,14 @@ + + + +Result.activeMatchOrdinal - kvision + + + +kvision / pl.treksoft.kvision.electron / Result / activeMatchOrdinal
+
+

activeMatchOrdinal

+ +abstract var activeMatchOrdinal: Number + + diff --git a/api/pl.treksoft.kvision.electron/-result/final-update.html b/api/pl.treksoft.kvision.electron/-result/final-update.html new file mode 100644 index 00000000..9e0bb7c7 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-result/final-update.html @@ -0,0 +1,14 @@ + + + +Result.finalUpdate - kvision + + + +kvision / pl.treksoft.kvision.electron / Result / finalUpdate
+
+

finalUpdate

+ +abstract var finalUpdate: Boolean + + diff --git a/api/pl.treksoft.kvision.electron/-result/index.html b/api/pl.treksoft.kvision.electron/-result/index.html new file mode 100644 index 00000000..9a81616d --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-result/index.html @@ -0,0 +1,67 @@ + + + +Result - kvision + + + +kvision / pl.treksoft.kvision.electron / Result
+
+

Result

+external interface Result +

Properties

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

activeMatchOrdinal

+
+abstract var activeMatchOrdinal: Number
+

finalUpdate

+
+abstract var finalUpdate: Boolean
+

matches

+
+abstract var matches: Number
+

requestId

+
+abstract var requestId: Number
+

selectionArea

+
+abstract var selectionArea: SelectionArea
+

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/-result/matches.html b/api/pl.treksoft.kvision.electron/-result/matches.html new file mode 100644 index 00000000..2e706a99 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-result/matches.html @@ -0,0 +1,14 @@ + + + +Result.matches - kvision + + + +kvision / pl.treksoft.kvision.electron / Result / matches
+
+

matches

+ +abstract var matches: Number + + diff --git a/api/pl.treksoft.kvision.electron/-result/request-id.html b/api/pl.treksoft.kvision.electron/-result/request-id.html new file mode 100644 index 00000000..b90f5688 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-result/request-id.html @@ -0,0 +1,14 @@ + + + +Result.requestId - kvision + + + +kvision / pl.treksoft.kvision.electron / Result / requestId
+
+

requestId

+ +abstract var requestId: Number + + diff --git a/api/pl.treksoft.kvision.electron/-result/selection-area.html b/api/pl.treksoft.kvision.electron/-result/selection-area.html new file mode 100644 index 00000000..5b806f72 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-result/selection-area.html @@ -0,0 +1,14 @@ + + + +Result.selectionArea - kvision + + + +kvision / pl.treksoft.kvision.electron / Result / selectionArea
+
+

selectionArea

+ +abstract var selectionArea: SelectionArea + + -- cgit