
main.dom.html.HTMLDialogElement.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package dom.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