@minecraft
    Preparing search index...

    Interface IModalDialog

    interface IModalDialog {
        activeRequestId: string;
        contentPane: IPropertyPane;
        controlPane: IModalControlPane;
        id: string;
        title: LocalizedString;
        sendDismiss(): void;
        sendResponse(response: ModalDialogCustomResponse): void;
        setTitle(title: LocalizedString): 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

    Title of the dialog

    Methods