Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Hierarchy

  • Hidable

Implemented by

Index

Properties

Properties

hide

hide: function

hide the DOM of the widget.

Type declaration

isHidden

isHidden: function

isHidden indicates the DOM for the widget is hidden.

Type declaration

    • (): boolean
    • Returns boolean

show

show: function

show the DOM of the widget.

Type declaration

toggle

toggle: function

toggle between show and hide states

Type declaration

Generated using TypeDoc