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 --- .../-remote-option/-init-.html | 14 ++++ .../-remote-option/class-name.html | 14 ++++ .../-remote-option/content.html | 14 ++++ .../-remote-option/disabled.html | 14 ++++ .../-remote-option/divider.html | 14 ++++ .../-remote-option/icon.html | 14 ++++ .../-remote-option/index.html | 95 ++++++++++++++++++++++ .../-remote-option/subtext.html | 14 ++++ .../-remote-option/text.html | 14 ++++ .../-remote-option/value.html | 14 ++++ 10 files changed, 221 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-remote-option/-init-.html create mode 100644 api/pl.treksoft.kvision.remote/-remote-option/class-name.html create mode 100644 api/pl.treksoft.kvision.remote/-remote-option/content.html create mode 100644 api/pl.treksoft.kvision.remote/-remote-option/disabled.html create mode 100644 api/pl.treksoft.kvision.remote/-remote-option/divider.html create mode 100644 api/pl.treksoft.kvision.remote/-remote-option/icon.html create mode 100644 api/pl.treksoft.kvision.remote/-remote-option/index.html create mode 100644 api/pl.treksoft.kvision.remote/-remote-option/subtext.html create mode 100644 api/pl.treksoft.kvision.remote/-remote-option/text.html create mode 100644 api/pl.treksoft.kvision.remote/-remote-option/value.html (limited to 'api/pl.treksoft.kvision.remote/-remote-option') diff --git a/api/pl.treksoft.kvision.remote/-remote-option/-init-.html b/api/pl.treksoft.kvision.remote/-remote-option/-init-.html new file mode 100644 index 00000000..8a0ecb2f --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-option/-init-.html @@ -0,0 +1,14 @@ + + + +RemoteOption.<init> - kvision + + + +kvision / pl.treksoft.kvision.remote / RemoteOption / <init>
+
+

<init>

+(js) +RemoteOption(value: String? = null, text: String? = null, className: String? = null, subtext: String? = null, icon: String? = null, content: String? = null, disabled: Boolean = false, divider: Boolean = false) + + diff --git a/api/pl.treksoft.kvision.remote/-remote-option/class-name.html b/api/pl.treksoft.kvision.remote/-remote-option/class-name.html new file mode 100644 index 00000000..8a717db0 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-option/class-name.html @@ -0,0 +1,14 @@ + + + +RemoteOption.className - kvision + + + +kvision / pl.treksoft.kvision.remote / RemoteOption / className
+
+

className

+(js) +val className: String? + + diff --git a/api/pl.treksoft.kvision.remote/-remote-option/content.html b/api/pl.treksoft.kvision.remote/-remote-option/content.html new file mode 100644 index 00000000..2fec7e00 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-option/content.html @@ -0,0 +1,14 @@ + + + +RemoteOption.content - kvision + + + +kvision / pl.treksoft.kvision.remote / RemoteOption / content
+
+

content

+(js) +val content: String? + + diff --git a/api/pl.treksoft.kvision.remote/-remote-option/disabled.html b/api/pl.treksoft.kvision.remote/-remote-option/disabled.html new file mode 100644 index 00000000..efd890d3 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-option/disabled.html @@ -0,0 +1,14 @@ + + + +RemoteOption.disabled - kvision + + + +kvision / pl.treksoft.kvision.remote / RemoteOption / disabled
+
+

disabled

+(js) +val disabled: Boolean + + diff --git a/api/pl.treksoft.kvision.remote/-remote-option/divider.html b/api/pl.treksoft.kvision.remote/-remote-option/divider.html new file mode 100644 index 00000000..a13ad0e9 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-option/divider.html @@ -0,0 +1,14 @@ + + + +RemoteOption.divider - kvision + + + +kvision / pl.treksoft.kvision.remote / RemoteOption / divider
+
+

divider

+(js) +val divider: Boolean + + diff --git a/api/pl.treksoft.kvision.remote/-remote-option/icon.html b/api/pl.treksoft.kvision.remote/-remote-option/icon.html new file mode 100644 index 00000000..29a2d5d5 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-option/icon.html @@ -0,0 +1,14 @@ + + + +RemoteOption.icon - kvision + + + +kvision / pl.treksoft.kvision.remote / RemoteOption / icon
+
+

icon

+(js) +val icon: String? + + diff --git a/api/pl.treksoft.kvision.remote/-remote-option/index.html b/api/pl.treksoft.kvision.remote/-remote-option/index.html new file mode 100644 index 00000000..fc58e966 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-option/index.html @@ -0,0 +1,95 @@ + + + +RemoteOption - kvision + + + +kvision / pl.treksoft.kvision.remote / RemoteOption
+
+

RemoteOption

+(js) data class RemoteOption +

Constructors

+ + + + + + + +
+(js) +

<init>

+
+RemoteOption(value: String? = null, text: String? = null, className: String? = null, subtext: String? = null, icon: String? = null, content: String? = null, disabled: Boolean = false, divider: Boolean = false)
+

Properties

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+(js) +

className

+
+val className: String?
+(js) +

content

+
+val content: String?
+(js) +

disabled

+
+val disabled: Boolean
+(js) +

divider

+
+val divider: Boolean
+(js) +

icon

+
+val icon: String?
+(js) +

subtext

+
+val subtext: String?
+(js) +

text

+
+val text: String?
+(js) +

value

+
+val value: String?
+ + diff --git a/api/pl.treksoft.kvision.remote/-remote-option/subtext.html b/api/pl.treksoft.kvision.remote/-remote-option/subtext.html new file mode 100644 index 00000000..7ee9dfdb --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-option/subtext.html @@ -0,0 +1,14 @@ + + + +RemoteOption.subtext - kvision + + + +kvision / pl.treksoft.kvision.remote / RemoteOption / subtext
+
+

subtext

+(js) +val subtext: String? + + diff --git a/api/pl.treksoft.kvision.remote/-remote-option/text.html b/api/pl.treksoft.kvision.remote/-remote-option/text.html new file mode 100644 index 00000000..08db625a --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-option/text.html @@ -0,0 +1,14 @@ + + + +RemoteOption.text - kvision + + + +kvision / pl.treksoft.kvision.remote / RemoteOption / text
+
+

text

+(js) +val text: String? + + diff --git a/api/pl.treksoft.kvision.remote/-remote-option/value.html b/api/pl.treksoft.kvision.remote/-remote-option/value.html new file mode 100644 index 00000000..0c932b78 --- /dev/null +++ b/api/pl.treksoft.kvision.remote/-remote-option/value.html @@ -0,0 +1,14 @@ + + + +RemoteOption.value - kvision + + + +kvision / pl.treksoft.kvision.remote / RemoteOption / value
+
+

value

+(js) +val value: String? + + -- cgit