hidden property
The HTMLElement property hidden reflects the value of the
element's
hidden
attribute.
Implementation
external JSAny? get hidden;
Implementation
external set hidden(JSAny? value);
The HTMLElement property hidden reflects the value of the
element's
hidden
attribute.
external JSAny? get hidden;
external set hidden(JSAny? value);