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

    Interface IConflictResolutionResult

    冲突解决对话框结果

    interface IConflictResolutionResult {
        action: "cancel" | "resolve";
        resolution?: Record<string, IEntityResolution>;
        latestPatchId?: string;
    }
    Index

    Properties

    action: "cancel" | "resolve"

    操作类型

    resolution?: Record<string, IEntityResolution>

    冲突解决方案(新格式,带实体数据) 格式: { entityId: { choice: "server" | "client", entityData?: ... } }

    latestPatchId?: string

    最新的 Patch ID