Hidable represents some Widget that can be hidden.
Switching between visible and hidden state is expected to be done in CSS using the 'HIDDEN' class name.
hide the DOM of the widget.
isHidden indicates the DOM for the widget is hidden.
show the DOM of the widget.
toggle between show and hide states
Generated using TypeDoc
Hidable represents some Widget that can be hidden.
Switching between visible and hidden state is expected to be done in CSS using the 'HIDDEN' class name.