Script API - v1.26.30.25
    Preparing search index...

    Interface IModalOverlayPaneOptions

    The options to create a modal overlay pane.

    export interface IModalOverlayPaneOptions {
    title?: LocalizedString;
    }
    interface IModalOverlayPaneOptions {
        title?: LocalizedString;
    }
    Index

    Properties

    Properties

    Localized title of the modal overlay.