Map of all classes on timeline, maps className to object ids
Map of the object ids, per layer
Map of all objects on timeline
Number of objects that were resolved
Number of resolved groups
Number of resolved instances
Number of resolved keyframes
Number of resolved objects
How many objects that was actually resolved (is affected when using cache)
Number of objects that were unable to resolve
Generated using TypeDoc
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.