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

    Interface IEntityResolution

    单个实体的冲突解决方案

    interface IEntityResolution {
        choice: "server" | "client";
        entityData?: any;
    }
    Index

    Properties

    Properties

    choice: "server" | "client"

    选择的版本

    entityData?: any

    实体完整数据(仅当 choice === 'client' 时需要) 用于恢复被服务器删除的实体