From 8883419bfcec00947863741d48dbd89cc877615a Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Thu, 4 Apr 2019 13:10:28 +0200
Subject: API documentation for KVision 0.0.32
---
api/pl.treksoft.kvision.core/index.html | 61 +++++++++++++++++++++++++++++++++
1 file changed, 61 insertions(+)
(limited to 'api/pl.treksoft.kvision.core/index.html')
diff --git a/api/pl.treksoft.kvision.core/index.html b/api/pl.treksoft.kvision.core/index.html
index 08e00ffc..fa4b5d94 100644
--- a/api/pl.treksoft.kvision.core/index.html
+++ b/api/pl.treksoft.kvision.core/index.html
@@ -204,6 +204,24 @@ backgrounds, fonts, text and position) and the main Widget class.
|
+ Placement
+ |
+
+enum class Placement
+Tooltip / Popover placements.
+ |
+
+
+|
+ PopoverOptions
+ |
+
+data class PopoverOptions
+Popover options.
+ |
+
+
+|
PosFloat
|
@@ -231,6 +249,15 @@ backgrounds, fonts, text and position) and the main Widget class.
|
|
+ Style
+ |
+
+open class Style : StyledComponent
+CSS style object.
+ |
+
+
+|
StyledComponent
|
@@ -303,6 +330,24 @@ backgrounds, fonts, text and position) and the main Widget class.
|
|
+ TooltipOptions
+ |
+
+data class TooltipOptions
+Tooltip options.
+ |
+
+
+|
+ Trigger
+ |
+
+enum class Trigger
+Tooltip / Popover triggers.
+ |
+
+
+|
UNIT
|
@@ -407,5 +452,21 @@ backgrounds, fonts, text and position) and the main Widget class.
|
+Functions
+
+
+
+|
+ toJs
+ |
+
+fun TooltipOptions.toJs(): dynamic
+Convert TooltipOptions to JavaScript JSON object.
+fun PopoverOptions.toJs(): dynamic
+Convert PopoverOptions to JavaScript JSON object.
+ |
+
+
+