Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IDialogOptions

Index

Properties

Optional animation

animation: boolean

Set to false to disable animations on new modal/backdrop. Does not toggle animations for modals/backdrops that are already displayed.

default

false

Optional backdrop

backdrop: string | boolean

controls the presence of a backdrop Allowed values:

  • true (default)
  • false (no backdrop)
  • 'static' backdrop is present but modal window is not closed when clicking outside of the modal window
default

true

Optional backdropClass

backdropClass: string

additional CSS class(es) to be added to a modal backdrop template

default

'dialogs-backdrop-default'

Optional keyboard

keyboard: boolean

indicates whether the dialog should be closable by hitting the ESC key

default

true

Optional size

size: string

Optional suffix of modal window class. The value used is appended to the modal- class, i.e. a value of sm gives modal-sm.

default

'lg'

Optional windowClass

windowClass: string

additional CSS class(es) to be added to a modal window template

default

'dialogs-default'

Generated using TypeDoc