enum class TextDecorationLine
Definitions of CSS text decoration line options.
NONE
UNDERLINE
OVERLINE
LINETHROUGH
JUSTIFY
INITIAL
INHERIT
createInstance
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors.