Webcom

fun Webcom(id: Id)
fun Webcom(url: URL, options: WebcomOptions? = null)
fun Webcom(url: String, options: WebcomOptions? = null)
fun Webcom(application: WebcomApp, options: WebcomOptions? = null)

Creates a reference that represents the Webcom application.

When specified, the options make it possible to customise some initialisation behaviors.

See also