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

    Interface ConflictResolvedEventArgs

    冲突已解决事件参数

    interface ConflictResolvedEventArgs {
        timestamp: number;
        customData?: any;
        document: CadDocument;
        conflict: ConflictItem;
        resolution: ConflictResolution;
        finalValue?: any;
    }

    Hierarchy (View Summary)

    Index

    Properties

    timestamp: number

    事件发生的时间戳

    customData?: any

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

    document: CadDocument

    文档

    conflict: ConflictItem

    已解决的冲突项

    resolution: ConflictResolution

    使用的解决策略

    finalValue?: any

    最终值