Interface AllStates<TContent>

Type Parameters

Hierarchy

  • AllStates

Indexable

[layer: string]: {
    [time: string]: ResolvedTimelineObjectInstanceKeyframe<TContent>[] | null;
}

Generated using TypeDoc