open property

bool get open

The open property of the HTMLDialogElement interface is a boolean value reflecting the open HTML attribute, indicating whether the dialog is available for interaction.

Implementation

external bool get open;
set open (bool value)

Implementation

external set open(bool value);