Options
All
  • Public
  • Public/Protected
  • All
Menu

Offcanvas

Hierarchy

  • IOffcanvas

Index

Properties

Properties

el

el: Element

The element.

hide

hide: () => void

Hides a collapsible element.

Type declaration

    • (): void
    • Returns void

show

show: () => void

Shows a collapsible element.

Type declaration

    • (): void
    • Returns void

toggle

toggle: () => void

Toggles the collapsible element on invocation.

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc