Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IModalOptions

Modal Options

Hierarchy

  • IModalOptions

Index

Properties

Optional backdrop

backdrop: boolean | string

Includes a modal-backdrop element. Alternatively, specify static for a backdrop which doesn't close the modal on click.

Optional focus

focus: boolean

Puts the focus on the modal when initialized.

Optional keyboard

keyboard: boolean

Closes the modal when escape key is pressed.

Optional show

show: boolean

Shows the modal when initialized.

Generated using TypeDoc