Script API - v1.21.130.26
    Preparing search index...
    interface IModalDialog {
        activeRequestId: string;
        contentPane: IPropertyPane;
        controlPane: IModalControlPane;
        id: string;
        sendDismiss(): void;
        sendResponse(response: ModalDialogCustomResponse): void;
    }
    Index

    Properties

    activeRequestId: string

    Identifier for the active request for this dialog

    contentPane: IPropertyPane

    Custom pane layout for the dialog

    controlPane: IModalControlPane

    Custom pane layout for the dialog

    id: string

    Unique identifier for the dialog

    Methods

    • Returns void

      Dispatches a dismiss message to the active request if it is available