From e992f3f13ec46cad15cc7d6982e64ffc7223eb9a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 10 Mar 2019 14:42:30 +0100 Subject: API documentation for KVision 0.0.29 --- api/pl.treksoft.kvision.html/-div/index.html | 7 +++++++ api/pl.treksoft.kvision.html/-icon/index.html | 7 +++++++ api/pl.treksoft.kvision.html/-label/index.html | 7 +++++++ api/pl.treksoft.kvision.html/-tag/index.html | 7 +++++++ api/pl.treksoft.kvision.html/-tag/unary-plus.html | 14 ++++++++++++++ 5 files changed, 42 insertions(+) create mode 100644 api/pl.treksoft.kvision.html/-tag/unary-plus.html (limited to 'api/pl.treksoft.kvision.html') diff --git a/api/pl.treksoft.kvision.html/-div/index.html b/api/pl.treksoft.kvision.html/-div/index.html index 638ccd16..5dcd207d 100644 --- a/api/pl.treksoft.kvision.html/-div/index.html +++ b/api/pl.treksoft.kvision.html/-div/index.html @@ -102,6 +102,13 @@

Renders current component as a Snabbdom vnode.

+ + +

unaryPlus

+ + +operator fun String.unaryPlus(): Unit +

Companion Object Functions

diff --git a/api/pl.treksoft.kvision.html/-icon/index.html b/api/pl.treksoft.kvision.html/-icon/index.html index ffd43245..359cfffb 100644 --- a/api/pl.treksoft.kvision.html/-icon/index.html +++ b/api/pl.treksoft.kvision.html/-icon/index.html @@ -121,6 +121,13 @@

Renders current component as a Snabbdom vnode.

+ + +

unaryPlus

+ + +operator fun String.unaryPlus(): Unit +

Companion Object Functions

diff --git a/api/pl.treksoft.kvision.html/-label/index.html b/api/pl.treksoft.kvision.html/-label/index.html index 64448eb2..305aff69 100644 --- a/api/pl.treksoft.kvision.html/-label/index.html +++ b/api/pl.treksoft.kvision.html/-label/index.html @@ -102,6 +102,13 @@

Renders current component as a Snabbdom vnode.

+ + +

unaryPlus

+ + +operator fun String.unaryPlus(): Unit +

Companion Object Functions

diff --git a/api/pl.treksoft.kvision.html/-tag/index.html b/api/pl.treksoft.kvision.html/-tag/index.html index d2babe72..e556aca6 100644 --- a/api/pl.treksoft.kvision.html/-tag/index.html +++ b/api/pl.treksoft.kvision.html/-tag/index.html @@ -116,6 +116,13 @@

Renders current component as a Snabbdom vnode.

+ + +

unaryPlus

+ + +operator fun String.unaryPlus(): Unit +

Inherited Functions

diff --git a/api/pl.treksoft.kvision.html/-tag/unary-plus.html b/api/pl.treksoft.kvision.html/-tag/unary-plus.html new file mode 100644 index 00000000..4b2f8623 --- /dev/null +++ b/api/pl.treksoft.kvision.html/-tag/unary-plus.html @@ -0,0 +1,14 @@ + + + +Tag.unaryPlus - kvision + + + +kvision / pl.treksoft.kvision.html / Tag / unaryPlus
+
+

unaryPlus

+ +operator fun String.unaryPlus(): Unit + + -- cgit