WebCAD-Lib-TS API 文档 - v1.0.0
    Preparing search index...

    Interface IDeleteWebcadDrawResponse

    删除 WebCAD 图纸响应

    interface IDeleteWebcadDrawResponse {
        status: boolean;
        error?: string;
        deletedPatchId?: string;
        branch?: string;
    }
    Index

    Properties

    status: boolean

    操作是否成功

    error?: string

    错误信息

    deletedPatchId?: string

    被删除的 Patch ID(仅当指定 patchId 时返回)

    branch?: string

    分支名称