Collapse

Hierarchy

  • ICollapse

Properties

el: HTMLElement

The element.

hide: (() => void)

Type declaration

    • (): void
    • Hides a collapsible element.

      Returns void

isExpanded: boolean

True if the collapse is visible.

show: (() => void)

Type declaration

    • (): void
    • Shows a collapsible element.

      Returns void

toggle: (() => void)

Type declaration

    • (): void
    • Toggles the collapsible element on invocation.

      Returns void

Generated using TypeDoc