enum class BgAttach
Definitions of CSS background attachment options.
SCROLL
FIXED
LOCAL
createInstance
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors.