InfoBox

external class InfoBox(var container: Element)(source)

A widget for displaying information or a description.

See also

Constructors

Link copied to clipboard
constructor(container: Element)

Properties

Link copied to clipboard

The DOM element that will contain the widget.

Link copied to clipboard

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