All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.cesium.InfoBox.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "EXTERNAL_CLASS_CONSTRUCTOR_PROPERTY_PARAMETER",
)

package cesium

/**
 * A widget for displaying information or a description.
 * @see Online Documentation
 *
 * @constructor
 * @property [container] The DOM element that will contain the widget.
 * @see Online Documentation
 */
@JsName("\$cesium__InfoBox")
external class InfoBox(var container: org.w3c.dom.Element) {
    /**
     * Gets the view model.
     * @see Online Documentation
     */
    var viewModel: InfoBoxViewModel

    /**
     * Gets the iframe used to display the description.
     * @see Online Documentation
     */
    var frame: org.w3c.dom.HTMLIFrameElement

    /**
     * @return true if the object has been destroyed, false otherwise.
     * @see Online Documentation
     */
    fun isDestroyed(): Boolean

    /**
     * Destroys the widget.  Should be called if permanently
     * removing the widget from layout.
     * @see Online Documentation
     */
    fun destroy()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy