InfoBox

external class InfoBox(var container: <Error class: unknown class>)(source)

A widget for displaying information or a description.

See also

Constructors

Link copied to clipboard
constructor(container: <Error class: unknown class>)

Properties

Link copied to clipboard
var container: <Error class: unknown class>

The DOM element that will contain the widget.

Link copied to clipboard
var frame: <Error class: unknown class>

Gets the iframe used to display the description.

Link copied to clipboard

Gets the view model.

Functions

Link copied to clipboard
fun destroy()

Destroys the widget. Should be called if permanently removing the widget from layout.

Link copied to clipboard