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