container

@Composable
abstract fun container(container: JsAny?)(source)

Set the target container to use for the widget instead of body.


abstract val container: JsAny?(source)

The target container to use for the widget instead of body.