Offcanvas Options

Hierarchy

  • IOffcanvasOptions

Properties

autoClose?: boolean

True to automatically close the offcanvas when clicking outside of it.

backdrop?: boolean

True to enable the backdrop when the offcanvas is visible.

focus?: boolean

Puts the focus on the offcanvas when initialized.

keyboard?: boolean

Closes the offcanvas when escape key is pressed.

scroll?: boolean

True to enable scrolling of the background.

visible?: boolean

True to toggle the offcanvas on creation.

Generated using TypeDoc