hidden property
Indicates whether the element is not relevant to the page's current state.
Other resources
- Hidden attribute specification from WHATWG.
Implementation
bool get hidden native;
Implementation
set hidden(bool value) native;
Indicates whether the element is not relevant to the page's current state.
bool get hidden native;
set hidden(bool value) native;