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

    Interface BranchSwitchedEventArgs

    分支已切换事件参数

    interface BranchSwitchedEventArgs {
        timestamp: number;
        customData?: any;
        document: CadDocument;
        previousBranch: string;
        currentBranch: string;
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    timestamp: number

    事件发生的时间戳

    customData?: any

    自定义数据,二次开发者可以附加额外信息

    document: CadDocument

    文档

    previousBranch: string

    之前的分支

    currentBranch: string

    当前分支

    version: number

    分支版本号