The options to create a modal overlay pane.
export interface IModalOverlayPaneOptions { title?: LocalizedString;} Copy
export interface IModalOverlayPaneOptions { title?: LocalizedString;}
Optional
Localized title of the modal overlay.
The options to create a modal overlay pane.
Source