Class definition

Hierarchy

  • BaseComponent
    • Offcanvas

Constructors

Properties

_backdrop: Backdrop
_config: any
_element: any
_focustrap: FocusTrap
_isShown: boolean

Accessors

  • get Default(): {
        backdrop: boolean;
        keyboard: boolean;
        scroll: boolean;
    }
  • Returns {
        backdrop: boolean;
        keyboard: boolean;
        scroll: boolean;
    }

    • backdrop: boolean
    • keyboard: boolean
    • scroll: boolean
  • get DefaultType(): {
        backdrop: string;
        keyboard: string;
        scroll: string;
    }
  • Returns {
        backdrop: string;
        keyboard: string;
        scroll: string;
    }

    • backdrop: string
    • keyboard: string
    • scroll: string

Methods

  • Parameters

    • callback: any
    • element: any
    • isAnimated: boolean = true

    Returns void

  • Parameters

    • config: any
    • configTypes: any = ...

    Returns void

  • Parameters

    • element: any
    • config: {} = {}

      Returns any