@minecraft
    正在准备搜索索引...

    接口 IModalDialog

    interface IModalDialog {
        activeRequestId: string;
        contentPane: IPropertyPane;
        controlPane: IModalControlPane;
        id: string;
        sendDismiss(): void;
        sendResponse(response: ModalDialogCustomResponse): void;
    }
    索引

    属性

    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

    方法