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 --- .../-tooltip-options/-init-.html | 15 +++ .../-tooltip-options/animation.html | 14 +++ .../-tooltip-options/delay.html | 14 +++ .../-tooltip-options/index.html | 105 +++++++++++++++++++++ .../-tooltip-options/placement.html | 14 +++ .../-tooltip-options/rich.html | 14 +++ .../-tooltip-options/sanitize.html | 14 +++ .../-tooltip-options/title.html | 14 +++ .../-tooltip-options/triggers.html | 14 +++ 9 files changed, 218 insertions(+) create mode 100644 api1/pl.treksoft.kvision.core/-tooltip-options/-init-.html create mode 100644 api1/pl.treksoft.kvision.core/-tooltip-options/animation.html create mode 100644 api1/pl.treksoft.kvision.core/-tooltip-options/delay.html create mode 100644 api1/pl.treksoft.kvision.core/-tooltip-options/index.html create mode 100644 api1/pl.treksoft.kvision.core/-tooltip-options/placement.html create mode 100644 api1/pl.treksoft.kvision.core/-tooltip-options/rich.html create mode 100644 api1/pl.treksoft.kvision.core/-tooltip-options/sanitize.html create mode 100644 api1/pl.treksoft.kvision.core/-tooltip-options/title.html create mode 100644 api1/pl.treksoft.kvision.core/-tooltip-options/triggers.html (limited to 'api1/pl.treksoft.kvision.core/-tooltip-options') diff --git a/api1/pl.treksoft.kvision.core/-tooltip-options/-init-.html b/api1/pl.treksoft.kvision.core/-tooltip-options/-init-.html new file mode 100644 index 00000000..eeb856d2 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-tooltip-options/-init-.html @@ -0,0 +1,15 @@ + + + +TooltipOptions.<init> - kvision + + + +kvision / pl.treksoft.kvision.core / TooltipOptions / <init>
+
+

<init>

+ +TooltipOptions(title: String? = null, rich: Boolean? = null, animation: Boolean? = null, delay: Int? = null, placement: Placement? = null, triggers: List<Trigger>? = null, sanitize: Boolean? = null) +

Tooltip options.

+ + diff --git a/api1/pl.treksoft.kvision.core/-tooltip-options/animation.html b/api1/pl.treksoft.kvision.core/-tooltip-options/animation.html new file mode 100644 index 00000000..7376437c --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-tooltip-options/animation.html @@ -0,0 +1,14 @@ + + + +TooltipOptions.animation - kvision + + + +kvision / pl.treksoft.kvision.core / TooltipOptions / animation
+
+

animation

+ +val animation: Boolean? + + diff --git a/api1/pl.treksoft.kvision.core/-tooltip-options/delay.html b/api1/pl.treksoft.kvision.core/-tooltip-options/delay.html new file mode 100644 index 00000000..59c85405 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-tooltip-options/delay.html @@ -0,0 +1,14 @@ + + + +TooltipOptions.delay - kvision + + + +kvision / pl.treksoft.kvision.core / TooltipOptions / delay
+
+

delay

+ +val delay: Int? + + diff --git a/api1/pl.treksoft.kvision.core/-tooltip-options/index.html b/api1/pl.treksoft.kvision.core/-tooltip-options/index.html new file mode 100644 index 00000000..97ef19b4 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-tooltip-options/index.html @@ -0,0 +1,105 @@ + + + +TooltipOptions - kvision + + + +kvision / pl.treksoft.kvision.core / TooltipOptions
+
+

TooltipOptions

+data class TooltipOptions +

Tooltip options.

+

Constructors

+ + + + + + + +
+

<init>

+
+TooltipOptions(title: String? = null, rich: Boolean? = null, animation: Boolean? = null, delay: Int? = null, placement: Placement? = null, triggers: List<Trigger>? = null, sanitize: Boolean? = null) +

Tooltip options.

+
+

Properties

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

animation

+
+val animation: Boolean?
+

delay

+
+val delay: Int?
+

placement

+
+val placement: Placement?
+

rich

+
+val rich: Boolean?
+

sanitize

+
+val sanitize: Boolean?
+

title

+
+val title: String?
+

triggers

+
+val triggers: List<Trigger>?
+

Extension Functions

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

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

+
+

toJs

+
+fun TooltipOptions.toJs(): dynamic +

Convert TooltipOptions to JavaScript JSON object.

+
+ + diff --git a/api1/pl.treksoft.kvision.core/-tooltip-options/placement.html b/api1/pl.treksoft.kvision.core/-tooltip-options/placement.html new file mode 100644 index 00000000..ac615e88 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-tooltip-options/placement.html @@ -0,0 +1,14 @@ + + + +TooltipOptions.placement - kvision + + + +kvision / pl.treksoft.kvision.core / TooltipOptions / placement
+
+

placement

+ +val placement: Placement? + + diff --git a/api1/pl.treksoft.kvision.core/-tooltip-options/rich.html b/api1/pl.treksoft.kvision.core/-tooltip-options/rich.html new file mode 100644 index 00000000..9a11dca5 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-tooltip-options/rich.html @@ -0,0 +1,14 @@ + + + +TooltipOptions.rich - kvision + + + +kvision / pl.treksoft.kvision.core / TooltipOptions / rich
+
+

rich

+ +val rich: Boolean? + + diff --git a/api1/pl.treksoft.kvision.core/-tooltip-options/sanitize.html b/api1/pl.treksoft.kvision.core/-tooltip-options/sanitize.html new file mode 100644 index 00000000..778ec3d5 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-tooltip-options/sanitize.html @@ -0,0 +1,14 @@ + + + +TooltipOptions.sanitize - kvision + + + +kvision / pl.treksoft.kvision.core / TooltipOptions / sanitize
+
+

sanitize

+ +val sanitize: Boolean? + + diff --git a/api1/pl.treksoft.kvision.core/-tooltip-options/title.html b/api1/pl.treksoft.kvision.core/-tooltip-options/title.html new file mode 100644 index 00000000..40d39976 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-tooltip-options/title.html @@ -0,0 +1,14 @@ + + + +TooltipOptions.title - kvision + + + +kvision / pl.treksoft.kvision.core / TooltipOptions / title
+
+

title

+ +val title: String? + + diff --git a/api1/pl.treksoft.kvision.core/-tooltip-options/triggers.html b/api1/pl.treksoft.kvision.core/-tooltip-options/triggers.html new file mode 100644 index 00000000..4bf9f125 --- /dev/null +++ b/api1/pl.treksoft.kvision.core/-tooltip-options/triggers.html @@ -0,0 +1,14 @@ + + + +TooltipOptions.triggers - kvision + + + +kvision / pl.treksoft.kvision.core / TooltipOptions / triggers
+
+

triggers

+ +val triggers: List<Trigger>? + + -- cgit