Modal Options

Hierarchy

  • IModalOptions

Properties

autoClose?: boolean

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

backdrop?: boolean

True to enable the backdrop when the modal is visible.

centered?: boolean

Sets the centered option

focus?: boolean

Puts the focus on the modal when initialized.

keyboard?: boolean

Closes the modal when escape key is pressed.

scrollable?: boolean

Makes the body scrollable

visible?: boolean

True to toggle the modal on creation.

Generated using TypeDoc