From 4ffe1bee99a55e985bb71dacff3839263cb4316f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 3 Mar 2020 10:53:33 +0100 Subject: API Documentation for KVision 3.0.0 --- .../-styled-component/cursor.html | 21 +++++++++++++++++++++ .../-styled-component/index.html | 9 +++++++++ 2 files changed, 30 insertions(+) create mode 100644 api/pl.treksoft.kvision.core/-styled-component/cursor.html (limited to 'api/pl.treksoft.kvision.core/-styled-component') 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 @@ + + + +StyledComponent.cursor - kvision + + + +kvision / pl.treksoft.kvision.core / StyledComponent / cursor
+
+

cursor

+ +open var cursor: Cursor? +

CSS cursor shape over the current component.

+

Getter
+

CSS cursor shape over the current component.

+

+

Setter
+

CSS cursor shape over the current component.

+

+ + 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 @@ +

cursor

+ + +open var cursor: Cursor? +

CSS cursor shape over the current component.

+ + + +

display

-- cgit