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

activeMatchOrdinal

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

finalUpdate

+ +abstract var finalUpdate: Boolean + + diff --git a/api/pl.treksoft.kvision.electron/-found-in-page-result/index.html b/api/pl.treksoft.kvision.electron/-found-in-page-result/index.html new file mode 100644 index 00000000..8baf866b --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-found-in-page-result/index.html @@ -0,0 +1,67 @@ + + + +FoundInPageResult - kvision + + + +kvision / pl.treksoft.kvision.electron / FoundInPageResult
+
+

FoundInPageResult

+external interface FoundInPageResult +

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/-found-in-page-result/matches.html b/api/pl.treksoft.kvision.electron/-found-in-page-result/matches.html new file mode 100644 index 00000000..6e13a5ef --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-found-in-page-result/matches.html @@ -0,0 +1,14 @@ + + + +FoundInPageResult.matches - kvision + + + +kvision / pl.treksoft.kvision.electron / FoundInPageResult / matches
+
+

matches

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

requestId

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

selectionArea

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