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

    接口 IModalDialogActivationRequest

    Represents modal dialog state for the specific activation request

    interface IModalDialogActivationRequest {
        id: string;
        isValid: boolean;
        cancel(): void;
    }
    索引

    属性

    方法

    属性

    id: string

    Unique identifier for the request

    isValid: boolean

    Determines if the request is still active

    方法