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 --- .../-did-navigate-event/index.html | 73 +--------------------- .../-did-navigate-event/url.html | 2 +- 2 files changed, 4 insertions(+), 71 deletions(-) (limited to 'api/pl.treksoft.kvision.electron/-did-navigate-event') diff --git a/api/pl.treksoft.kvision.electron/-did-navigate-event/index.html b/api/pl.treksoft.kvision.electron/-did-navigate-event/index.html index 66f5fbe8..b8e40f09 100644 --- a/api/pl.treksoft.kvision.electron/-did-navigate-event/index.html +++ b/api/pl.treksoft.kvision.electron/-did-navigate-event/index.html @@ -8,86 +8,19 @@ kvision / pl.treksoft.kvision.electron / DidNavigateEvent

DidNavigateEvent

-external interface DidNavigateEvent : Event +(js) interface DidNavigateEvent : Event

Properties

-

url

+(js) +

url

abstract var url: String
-

Inherited Properties

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

altKey

-
-open var altKey: Boolean?
-

ctrlKey

-
-open var ctrlKey: Boolean?
-

metaKey

-
-open var metaKey: Boolean?
-

preventDefault

-
-abstract var preventDefault: () -> Unit
-

returnValue

-
-abstract var returnValue: Any
-

sender

-
-abstract var sender: WebContents
-

shiftKey

-
-open var shiftKey: Boolean?
-

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/-did-navigate-event/url.html b/api/pl.treksoft.kvision.electron/-did-navigate-event/url.html index 0d075348..0f10b245 100644 --- a/api/pl.treksoft.kvision.electron/-did-navigate-event/url.html +++ b/api/pl.treksoft.kvision.electron/-did-navigate-event/url.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.electron / DidNavigateEvent / url

url

- +(js) abstract var url: String -- cgit