diff options
Diffstat (limited to 'api/pl.treksoft.kvision.core/-styled-component')
-rw-r--r-- | api/pl.treksoft.kvision.core/-styled-component/cursor.html | 21 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.core/-styled-component/index.html | 9 |
2 files changed, 30 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.core/-styled-component/cursor.html b/api/pl.treksoft.kvision.core/-styled-component/cursor.html new file mode 100644 index 00000000..18b41e8d --- /dev/null +++ b/api/pl.treksoft.kvision.core/-styled-component/cursor.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>StyledComponent.cursor - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.core</a> / <a href="index.html">StyledComponent</a> / <a href="./cursor.html">cursor</a><br/> +<br/> +<h1>cursor</h1> +<a name="pl.treksoft.kvision.core.StyledComponent$cursor"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cursor</span><span class="symbol">: </span><a href="../-cursor/index.html"><span class="identifier">Cursor</span></a><span class="symbol">?</span></code> +<p>CSS cursor shape over the current component.</p> +<p><strong>Getter</strong><br/> +<p>CSS cursor shape over the current component.</p> +</p> +<p><strong>Setter</strong><br/> +<p>CSS cursor shape over the current component.</p> +</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.core/-styled-component/index.html b/api/pl.treksoft.kvision.core/-styled-component/index.html index e7079ebf..d5329040 100644 --- a/api/pl.treksoft.kvision.core/-styled-component/index.html +++ b/api/pl.treksoft.kvision.core/-styled-component/index.html @@ -128,6 +128,15 @@ </tr> <tr> <td> +<p><a href="cursor.html">cursor</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">cursor</span><span class="symbol">: </span><a href="../-cursor/index.html"><span class="identifier">Cursor</span></a><span class="symbol">?</span></code> +<p>CSS cursor shape over the current component.</p> +</td> +</tr> +<tr> +<td> <p><a href="display.html">display</a></p> </td> <td> |