remapEntityFields
remapEntityFields(
compData,entityMap,external?):void
Defined in: scene/scene.ts:198
Resolve a document’s entity references to live entities.
external answers for authored ids that live in ANOTHER document — the rows a
streamed cell is allowed to name in the persistent world. An id neither map
knows is cleared, never left as a number that names a different entity.
Parameters
Section titled “Parameters”compData
Section titled “compData”entityMap
Section titled “entityMap”Map<number, number>
external?
Section titled “external?”ReadonlyMap<number, number>
Returns
Section titled “Returns”void