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