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 --- .../-on-error-occurred-details/error.html | 14 ++++ .../-on-error-occurred-details/from-cache.html | 14 ++++ .../-on-error-occurred-details/id.html | 14 ++++ .../-on-error-occurred-details/index.html | 88 ++++++++++++++++++++++ .../-on-error-occurred-details/method.html | 14 ++++ .../-on-error-occurred-details/resource-type.html | 14 ++++ .../-on-error-occurred-details/timestamp.html | 14 ++++ .../-on-error-occurred-details/url.html | 14 ++++ .../web-contents-id.html | 14 ++++ 9 files changed, 200 insertions(+) create mode 100644 api/pl.treksoft.kvision.electron/-on-error-occurred-details/error.html create mode 100644 api/pl.treksoft.kvision.electron/-on-error-occurred-details/from-cache.html create mode 100644 api/pl.treksoft.kvision.electron/-on-error-occurred-details/id.html create mode 100644 api/pl.treksoft.kvision.electron/-on-error-occurred-details/index.html create mode 100644 api/pl.treksoft.kvision.electron/-on-error-occurred-details/method.html create mode 100644 api/pl.treksoft.kvision.electron/-on-error-occurred-details/resource-type.html create mode 100644 api/pl.treksoft.kvision.electron/-on-error-occurred-details/timestamp.html create mode 100644 api/pl.treksoft.kvision.electron/-on-error-occurred-details/url.html create mode 100644 api/pl.treksoft.kvision.electron/-on-error-occurred-details/web-contents-id.html (limited to 'api/pl.treksoft.kvision.electron/-on-error-occurred-details') diff --git a/api/pl.treksoft.kvision.electron/-on-error-occurred-details/error.html b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/error.html new file mode 100644 index 00000000..96eb7908 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/error.html @@ -0,0 +1,14 @@ + + + +OnErrorOccurredDetails.error - kvision + + + +kvision / pl.treksoft.kvision.electron / OnErrorOccurredDetails / error
+
+

error

+ +abstract var error: String + + diff --git a/api/pl.treksoft.kvision.electron/-on-error-occurred-details/from-cache.html b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/from-cache.html new file mode 100644 index 00000000..bd58bee1 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/from-cache.html @@ -0,0 +1,14 @@ + + + +OnErrorOccurredDetails.fromCache - kvision + + + +kvision / pl.treksoft.kvision.electron / OnErrorOccurredDetails / fromCache
+
+

fromCache

+ +abstract var fromCache: Boolean + + diff --git a/api/pl.treksoft.kvision.electron/-on-error-occurred-details/id.html b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/id.html new file mode 100644 index 00000000..79edeb3c --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/id.html @@ -0,0 +1,14 @@ + + + +OnErrorOccurredDetails.id - kvision + + + +kvision / pl.treksoft.kvision.electron / OnErrorOccurredDetails / id
+
+

id

+ +abstract var id: Number + + diff --git a/api/pl.treksoft.kvision.electron/-on-error-occurred-details/index.html b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/index.html new file mode 100644 index 00000000..fb3cfaec --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/index.html @@ -0,0 +1,88 @@ + + + +OnErrorOccurredDetails - kvision + + + +kvision / pl.treksoft.kvision.electron / OnErrorOccurredDetails
+
+

OnErrorOccurredDetails

+external interface OnErrorOccurredDetails +

Properties

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

error

+
+abstract var error: String
+

fromCache

+
+abstract var fromCache: Boolean
+

id

+
+abstract var id: Number
+

method

+
+abstract var method: String
+

resourceType

+
+abstract var resourceType: String
+

timestamp

+
+abstract var timestamp: Number
+

url

+
+abstract var url: String
+

webContentsId

+
+open var webContentsId: Number?
+

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/-on-error-occurred-details/method.html b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/method.html new file mode 100644 index 00000000..db531646 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/method.html @@ -0,0 +1,14 @@ + + + +OnErrorOccurredDetails.method - kvision + + + +kvision / pl.treksoft.kvision.electron / OnErrorOccurredDetails / method
+
+

method

+ +abstract var method: String + + diff --git a/api/pl.treksoft.kvision.electron/-on-error-occurred-details/resource-type.html b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/resource-type.html new file mode 100644 index 00000000..3db20d05 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/resource-type.html @@ -0,0 +1,14 @@ + + + +OnErrorOccurredDetails.resourceType - kvision + + + +kvision / pl.treksoft.kvision.electron / OnErrorOccurredDetails / resourceType
+
+

resourceType

+ +abstract var resourceType: String + + diff --git a/api/pl.treksoft.kvision.electron/-on-error-occurred-details/timestamp.html b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/timestamp.html new file mode 100644 index 00000000..432986e6 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/timestamp.html @@ -0,0 +1,14 @@ + + + +OnErrorOccurredDetails.timestamp - kvision + + + +kvision / pl.treksoft.kvision.electron / OnErrorOccurredDetails / timestamp
+
+

timestamp

+ +abstract var timestamp: Number + + diff --git a/api/pl.treksoft.kvision.electron/-on-error-occurred-details/url.html b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/url.html new file mode 100644 index 00000000..67b5cf25 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/url.html @@ -0,0 +1,14 @@ + + + +OnErrorOccurredDetails.url - kvision + + + +kvision / pl.treksoft.kvision.electron / OnErrorOccurredDetails / url
+
+

url

+ +abstract var url: String + + diff --git a/api/pl.treksoft.kvision.electron/-on-error-occurred-details/web-contents-id.html b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/web-contents-id.html new file mode 100644 index 00000000..e75e6100 --- /dev/null +++ b/api/pl.treksoft.kvision.electron/-on-error-occurred-details/web-contents-id.html @@ -0,0 +1,14 @@ + + + +OnErrorOccurredDetails.webContentsId - kvision + + + +kvision / pl.treksoft.kvision.electron / OnErrorOccurredDetails / webContentsId
+
+

webContentsId

+ +open var webContentsId: Number? + + -- cgit