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

    Interface IBranchCreateDialogResult

    创建分支对话框结果

    interface IBranchCreateDialogResult {
        action: "create" | "cancel";
        newBranchName?: string;
        type?: "imports" | "designs";
        mapid?: string;
        version?: string;
        designPath?: string;
        fromBranchName?: string;
        fromPatchId?: string;
    }
    Index

    Properties

    action: "create" | "cancel"

    操作类型

    newBranchName?: string

    新分支名称

    type?: "imports" | "designs"

    图纸类型

    mapid?: string

    地图ID

    version?: string

    版本号

    designPath?: string

    设计图路径

    fromBranchName?: string

    源分支名称

    fromPatchId?: string

    源 Patch ID