Components.ModalDialog private

Internal component for modal's markup and event handling. Should not be used directly.

getSetTitleID

private

Gets or sets the id of the title element for aria accessibility tags

id null | HTMLElement

ignoreBackdropClick boolean private

Default: false

Defined in addon/components/bs-modal/dialog.js:84

If true clicking on the backdrop will be ignored and will not close modal.

mouseDownElement object private

Default: null

Defined in addon/components/bs-modal/dialog.js:94

The target DOM element of mouse down event.

sizeClass string private

Name of the size class

titleId string private

Default: null

Defined in addon/components/bs-modal/dialog.js:39

The id of the .modal-title element

onClose

public