enum class TextOverflow
Definitions of CSS text overflow options.
CLIP
ELLIPSIS
INITIAL
INHERIT
createInstance
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors.