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/-border/index.html | 25 ++++++------------------- 1 file changed, 6 insertions(+), 19 deletions(-) (limited to 'api/pl.treksoft.kvision.core/-border/index.html') diff --git a/api/pl.treksoft.kvision.core/-border/index.html b/api/pl.treksoft.kvision.core/-border/index.html index 1af45170..294a9d28 100644 --- a/api/pl.treksoft.kvision.core/-border/index.html +++ b/api/pl.treksoft.kvision.core/-border/index.html @@ -8,7 +8,7 @@ kvision / pl.treksoft.kvision.core / Border

Border

-class Border +(js) class Border

Type-safe definition of CSS border.

Parameters

@@ -22,12 +22,12 @@ -

<init>

+(js) +

<init>

-Border(width: CssSize? = null, style: BorderStyle? = null, color: Color? = null)

Type-safe definition of CSS border.

- +Border(width: CssSize? = null, style: BorderStyle? = null, color: Color? = null) @@ -36,26 +36,13 @@ -

toString

+(js) +

toString

fun toString(): String -

Extension Functions

- - - - - - - -
-

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.

-
-- cgit