open property
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;
Implementation
external set open(bool value);