enum class Overflow
Definitions of CSS overflow options.
VISIBLE
HIDDEN
SCROLL
AUTO
INITIAL
INHERIT
createInstance
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors.