HIDDEN

Constant HIDDEN 

Source
pub const HIDDEN: &str = "hidden";
Expand description

The hidden attribute.

Boolean attribute that hides the element from rendering and accessibility tree. Can also use “until-found” for searchable hidden content.