From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- .../-clear-storage-data-options/index.html | 53 ++++++++++++++++++++++ .../-clear-storage-data-options/origin.html | 14 ++++++ .../-clear-storage-data-options/quotas.html | 14 ++++++ .../-clear-storage-data-options/storages.html | 14 ++++++ 4 files changed, 95 insertions(+) create mode 100644 api1/pl.treksoft.kvision.electron/-clear-storage-data-options/index.html create mode 100644 api1/pl.treksoft.kvision.electron/-clear-storage-data-options/origin.html create mode 100644 api1/pl.treksoft.kvision.electron/-clear-storage-data-options/quotas.html create mode 100644 api1/pl.treksoft.kvision.electron/-clear-storage-data-options/storages.html (limited to 'api1/pl.treksoft.kvision.electron/-clear-storage-data-options') diff --git a/api1/pl.treksoft.kvision.electron/-clear-storage-data-options/index.html b/api1/pl.treksoft.kvision.electron/-clear-storage-data-options/index.html new file mode 100644 index 00000000..ba738b8f --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-clear-storage-data-options/index.html @@ -0,0 +1,53 @@ + + + +ClearStorageDataOptions - kvision + + + +kvision / pl.treksoft.kvision.electron / ClearStorageDataOptions
+
+

ClearStorageDataOptions

+external interface ClearStorageDataOptions +

Properties

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

origin

+
+open var origin: String?
+

quotas

+
+open var quotas: Array<String>?
+

storages

+
+open var storages: Array<String>?
+

Extension Functions

+ + + + + + + +
+

createInstance

+
+fun <T> Any?.createInstance(vararg args: dynamic): T +

Helper function for creating JavaScript objects from dynamic constructors.

+
+ + diff --git a/api1/pl.treksoft.kvision.electron/-clear-storage-data-options/origin.html b/api1/pl.treksoft.kvision.electron/-clear-storage-data-options/origin.html new file mode 100644 index 00000000..37661b15 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-clear-storage-data-options/origin.html @@ -0,0 +1,14 @@ + + + +ClearStorageDataOptions.origin - kvision + + + +kvision / pl.treksoft.kvision.electron / ClearStorageDataOptions / origin
+
+

origin

+ +open var origin: String? + + diff --git a/api1/pl.treksoft.kvision.electron/-clear-storage-data-options/quotas.html b/api1/pl.treksoft.kvision.electron/-clear-storage-data-options/quotas.html new file mode 100644 index 00000000..99c30665 --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-clear-storage-data-options/quotas.html @@ -0,0 +1,14 @@ + + + +ClearStorageDataOptions.quotas - kvision + + + +kvision / pl.treksoft.kvision.electron / ClearStorageDataOptions / quotas
+
+

quotas

+ +open var quotas: Array<String>? + + diff --git a/api1/pl.treksoft.kvision.electron/-clear-storage-data-options/storages.html b/api1/pl.treksoft.kvision.electron/-clear-storage-data-options/storages.html new file mode 100644 index 00000000..ed58314d --- /dev/null +++ b/api1/pl.treksoft.kvision.electron/-clear-storage-data-options/storages.html @@ -0,0 +1,14 @@ + + + +ClearStorageDataOptions.storages - kvision + + + +kvision / pl.treksoft.kvision.electron / ClearStorageDataOptions / storages
+
+

storages

+ +open var storages: Array<String>? + + -- cgit