kvision / pl.treksoft.kvision.core / Overflow

Overflow

enum class Overflow

Definitions of CSS overflow options.

Enum Values

VISIBLE

HIDDEN

SCROLL

AUTO

INITIAL

INHERIT

Extension Functions

createInstance

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

Helper function for creating JavaScript objects from dynamic constructors.