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

    Interface IDeleteWebcadDrawResponse

    删除 WebCAD 图纸响应

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

    Properties

    status: boolean

    操作是否成功

    error?: string

    错误信息

    errorCode?: string

    业务权限回调返回的错误码(如 "session_expired"、"no_permission" 等)

    deletedPatchId?: string

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

    branch?: string

    分支名称