kvision / pl.treksoft.kvision.core / Border

Border

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

<init>

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

Type-safe definition of CSS border.

Functions

toString

fun toString(): String

Extension Functions

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.