The ResolvedTimeline contains all objects on the timeline, resolved.
All references and all conflicts have been resolved.
The absolute times of all objects can be found in objects[id].resolved.instances.
To retrieve a state at a certain time, use getResolvedState(resolvedTimeline).
Note: If limitTime was specified in the ResolveOptions,
the ResolvedTimeline is only valid up until that time and
needs to be re-resolved afterwards.
The ResolvedTimeline contains all objects on the timeline, resolved. All references and all conflicts have been resolved. The absolute times of all objects can be found in objects[id].resolved.instances.
To retrieve a state at a certain time, use getResolvedState(resolvedTimeline).
Note: If
limitTime
was specified in the ResolveOptions, the ResolvedTimeline is only valid up until that time and needs to be re-resolved afterwards.