Skip to content

Backdrop

Mika Berglund edited this page May 11, 2020 · 1 revision

Backdrop Enumeration

Specifies options for the backdrop on the Modal component. The enumeration defines the following values.

  • Hidden - No backdrop is shown. The modal is not closed when clicked outside of the modal. It can only be closed programmatically, or by clicking on the close button.
  • Default - A backdrop is shown behind the modal, which covers everything else than the modal itself. The modal will close when clicking on the backdrop.
  • Static - The backdrop looks like the default backdrop, but clicking the backdrop will not close the modal.
Clone this wiki locally