Type Alias: ComponentUpdates
type ComponentUpdates = ComponentsManifest;
Defined in: livelink.clients/livelink.agent/sources/data/EventMapping.ts:16
The component patches to apply to one entity, keyed by component name. Values are partial
component values, applied through entity.updateComponent (which merges top-level attributes).