kvision / pl.treksoft.kvision.core / Border

Border

(js) class Border

Type-safe definition of CSS border.

Parameters

width - width of the border

style - style of the border

color - color of the border

Constructors

(js)

<init>

Type-safe definition of CSS border.

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

Functions

(js)

toString

fun toString(): String