From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- .../-result/active-match-ordinal.html | 2 +- .../-result/final-update.html | 2 +- .../-result/index.html | 31 ++++++++-------------- .../-result/matches.html | 2 +- .../-result/request-id.html | 2 +- .../-result/selection-area.html | 2 +- 6 files changed, 16 insertions(+), 25 deletions(-) (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 index 3082fa95..34dcf4d4 100644 --- a/api/pl.treksoft.kvision.electron/-result/active-match-ordinal.html +++ b/api/pl.treksoft.kvision.electron/-result/active-match-ordinal.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / Result / activeMatchOrdinal

activeMatchOrdinal

- +(js) 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 index 9e0bb7c7..13f714ad 100644 --- a/api/pl.treksoft.kvision.electron/-result/final-update.html +++ b/api/pl.treksoft.kvision.electron/-result/final-update.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / Result / finalUpdate

finalUpdate

- +(js) abstract var finalUpdate: Boolean diff --git a/api/pl.treksoft.kvision.electron/-result/index.html b/api/pl.treksoft.kvision.electron/-result/index.html index 9a81616d..1b7975cf 100644 --- a/api/pl.treksoft.kvision.electron/-result/index.html +++ b/api/pl.treksoft.kvision.electron/-result/index.html @@ -8,60 +8,51 @@ kvision / pl.treksoft.kvision.electron / Result

Result

-external interface Result +(js) interface Result

Properties

-

activeMatchOrdinal

+(js) +

activeMatchOrdinal

abstract var activeMatchOrdinal: Number
-

finalUpdate

+(js) +

finalUpdate

abstract var finalUpdate: Boolean
-

matches

+(js) +

matches

abstract var matches: Number
-

requestId

+(js) +

requestId

abstract var requestId: Number
-

selectionArea

+(js) +

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 index 2e706a99..e4677e3d 100644 --- a/api/pl.treksoft.kvision.electron/-result/matches.html +++ b/api/pl.treksoft.kvision.electron/-result/matches.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / Result / matches

matches

- +(js) 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 index b90f5688..b22b0fe6 100644 --- a/api/pl.treksoft.kvision.electron/-result/request-id.html +++ b/api/pl.treksoft.kvision.electron/-result/request-id.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / Result / requestId

requestId

- +(js) 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 index 5b806f72..85a17f6e 100644 --- a/api/pl.treksoft.kvision.electron/-result/selection-area.html +++ b/api/pl.treksoft.kvision.electron/-result/selection-area.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / Result / selectionArea

selectionArea

- +(js) abstract var selectionArea: SelectionArea -- cgit