diff options
Diffstat (limited to 'api/pl.treksoft.kvision.core/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.core/index.html | 61 |
1 files changed, 61 insertions, 0 deletions
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.</p> </tr> <tr> <td> +<p><a href="-placement/index.html">Placement</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">Placement</span></code> +<p>Tooltip / Popover placements.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-popover-options/index.html">PopoverOptions</a></p> +</td> +<td> +<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">PopoverOptions</span></code> +<p>Popover options.</p> +</td> +</tr> +<tr> +<td> <p><a href="-pos-float/index.html">PosFloat</a></p> </td> <td> @@ -231,6 +249,15 @@ backgrounds, fonts, text and position) and the main Widget class.</p> </tr> <tr> <td> +<p><a href="-style/index.html">Style</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Style</span> <span class="symbol">:</span> <a href="-styled-component/index.html"><span class="identifier">StyledComponent</span></a></code> +<p>CSS style object.</p> +</td> +</tr> +<tr> +<td> <p><a href="-styled-component/index.html">StyledComponent</a></p> </td> <td> @@ -303,6 +330,24 @@ backgrounds, fonts, text and position) and the main Widget class.</p> </tr> <tr> <td> +<p><a href="-tooltip-options/index.html">TooltipOptions</a></p> +</td> +<td> +<code><span class="keyword">data</span> <span class="keyword">class </span><span class="identifier">TooltipOptions</span></code> +<p>Tooltip options.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-trigger/index.html">Trigger</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">Trigger</span></code> +<p>Tooltip / Popover triggers.</p> +</td> +</tr> +<tr> +<td> <p><a href="-u-n-i-t/index.html">UNIT</a></p> </td> <td> @@ -407,5 +452,21 @@ backgrounds, fonts, text and position) and the main Widget class.</p> </tr> </tbody> </table> +<h3>Functions</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="to-js.html">toJs</a></p> +</td> +<td> +<code><span class="keyword">fun </span><a href="-tooltip-options/index.html"><span class="identifier">TooltipOptions</span></a><span class="symbol">.</span><span class="identifier">toJs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="keyword">dynamic</span></code> +<p>Convert TooltipOptions to JavaScript JSON object.</p> +<code><span class="keyword">fun </span><a href="-popover-options/index.html"><span class="identifier">PopoverOptions</span></a><span class="symbol">.</span><span class="identifier">toJs</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="keyword">dynamic</span></code> +<p>Convert PopoverOptions to JavaScript JSON object.</p> +</td> +</tr> +</tbody> +</table> </BODY> </HTML> |