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

jsMain.web.html.HTMLDialogElement.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.html

abstract external class HTMLDialogElement :
    HTMLElement {
    var open: Boolean
    var returnValue: String

    /**
     * Closes the dialog element.
     *
     * The argument, if provided, provides a return value.
     */
    fun close(returnValue: String = definedExternally)

    /** Displays the dialog element. */
    fun show()
    fun showModal()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy