Interface TimelineState<TContent>

TimelineState is a cross-section of the timeline at a given point in time, i.e. all objects that are active at that moment.

Type Parameters

Hierarchy

  • TimelineState

Properties

Properties

layers: StateInTime<TContent>

All objects that are active on each respective layer

nextEvents: NextEvent[]

A sorted list of the points in time where the next thing will happen on the timeline. .nextEvents[0] is the next event to happen.

time: number

The timestamp for this state

Generated using TypeDoc