Describes if the modal is blocking modal. A Blocking modal is not closable by clicking outside of the modal window. Defaults to false.
Keyboard value/s that close the modal.
Accepts either a single numeric value or an array of numeric values.
A modal closed by a keyboard stroke will result in a 'reject' notification from the promise.
Defaults to 27, set null implicitly to disable.
Size of the modal. 'lg' or 'sm' only. NOTE: No validation. Default to 'lg'
Makes a ModalConfig instance valdud.
A Default config to use as master, optional.
The same config instance sent.
Generated using TypeDoc
A configuration definition object. Instruction for how to show a modal.