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

    Interface IBranchCreateDialogConfig

    创建分支对话框配置

    interface IBranchCreateDialogConfig {
        type: "imports" | "designs";
        mapid?: string;
        version?: string;
        designPath?: string;
        fromBranchName: string;
        fromPatchId: string;
    }
    Index

    Properties

    type: "imports" | "designs"

    图纸类型

    mapid?: string

    地图ID (imports)

    version?: string

    版本号 (imports)

    designPath?: string

    设计图路径 (designs)

    fromBranchName: string

    源分支名称

    fromPatchId: string

    源 Patch ID