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/index.html | 95 ++++++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 api/pl.treksoft.kvision.remote/-remote-option/index.html (limited to 'api/pl.treksoft.kvision.remote/-remote-option/index.html') 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?
+ + -- cgit