The options to create a modal overlay pane.

interface IModalOverlayPaneOptions {
    title?: LocalizedString;
}

Properties

Properties

Localized title of the modal overlay.