From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- .../-kv-event/-init-.html | 15 ++++++++ .../-kv-event/detail.html | 14 ++++++++ api/pl.treksoft.kvision.utils/-kv-event/index.html | 40 ++++++++++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 api/pl.treksoft.kvision.utils/-kv-event/-init-.html create mode 100644 api/pl.treksoft.kvision.utils/-kv-event/detail.html create mode 100644 api/pl.treksoft.kvision.utils/-kv-event/index.html (limited to 'api/pl.treksoft.kvision.utils/-kv-event') diff --git a/api/pl.treksoft.kvision.utils/-kv-event/-init-.html b/api/pl.treksoft.kvision.utils/-kv-event/-init-.html new file mode 100644 index 00000000..f2204522 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-kv-event/-init-.html @@ -0,0 +1,15 @@ + + + +KvEvent.<init> - kvision + + + +kvision / pl.treksoft.kvision.utils / KvEvent / <init>
+
+

<init>

+ +KvEvent(type: String, eventInitDict: CustomEventInit) +

Helper class for defining custom events.

+ + diff --git a/api/pl.treksoft.kvision.utils/-kv-event/detail.html b/api/pl.treksoft.kvision.utils/-kv-event/detail.html new file mode 100644 index 00000000..a047de16 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-kv-event/detail.html @@ -0,0 +1,14 @@ + + + +KvEvent.detail - kvision + + + +kvision / pl.treksoft.kvision.utils / KvEvent / detail
+
+

detail

+ +val detail: KvJQueryEventObject + + diff --git a/api/pl.treksoft.kvision.utils/-kv-event/index.html b/api/pl.treksoft.kvision.utils/-kv-event/index.html new file mode 100644 index 00000000..5a47c9f4 --- /dev/null +++ b/api/pl.treksoft.kvision.utils/-kv-event/index.html @@ -0,0 +1,40 @@ + + + +KvEvent - kvision + + + +kvision / pl.treksoft.kvision.utils / KvEvent
+
+

KvEvent

+class KvEvent : CustomEvent +

Helper class for defining custom events.

+

Constructors

+ + + + + + + +
+

<init>

+
+KvEvent(type: String, eventInitDict: CustomEventInit) +

Helper class for defining custom events.

+
+

Properties

+ + + + + + + +
+

detail

+
+val detail: KvJQueryEventObject
+ + -- cgit