JsObject

inline fun <T : Any> JsObject(block: T.() -> Unit = {}): T(source)

Create a JavaScript object for the given interface.