From 0365722f8549ee93918be99da1b9f901cf0b2c8d Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 13 Mar 2020 01:05:20 +0100 Subject: API documentation for KVision 3.5.2 --- api/pl.treksoft.kvision.core/-text-shadow/index.html | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-text-shadow/index.html') diff --git a/api/pl.treksoft.kvision.core/-text-shadow/index.html b/api/pl.treksoft.kvision.core/-text-shadow/index.html index 8b0975bf..9508b46b 100644 --- a/api/pl.treksoft.kvision.core/-text-shadow/index.html +++ b/api/pl.treksoft.kvision.core/-text-shadow/index.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.core / TextShadow

TextShadow

-class TextShadow +(js) class TextShadow

Type-safe definition of CSS text shadow.

Parameters

@@ -19,29 +19,30 @@ blurRadius - the blur radius

color - color of the shadow

-

Functions

+

Constructors

+

Type-safe definition of CSS text shadow.

+TextShadow(hShadow: CssSize? = null, vShadow: CssSize? = null, blurRadius: CssSize? = null, color: Color? = null)
-

toString

+(js) +

<init>

-fun toString(): String
-

Extension Functions

+

Functions

+fun toString(): String
-

createInstance

+(js) +

toString

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

Helper function for creating JavaScript objects from dynamic constructors.

-
-- cgit