@microsoft/fast-foundation > Dialog > modal
Dialog.modal property
Indicates the element is modal. When modal, user mouse interaction will be limited to the contents of the element by a modal overlay. Clicks on the overlay will cause the dialog to emit a "dismiss" event.
Signature:modal: boolean;
Remarks
HTML Attribute: modal