Skip to main content

Interface: TreeState

Defined in: project/tree.ts:37

Properties

children

children: TreeState[]

Defined in: project/tree.ts:53


endFrame?

optional endFrame?: number

Defined in: project/tree.ts:52

Absolute timeline frame at which this node was last present. Together with startFrame this bounds the node's track bar to its true lifespan.


id

id: string

Defined in: project/tree.ts:38


meta?

optional meta?: Record<string, unknown>

Defined in: project/tree.ts:40


startFrame?

optional startFrame?: number

Defined in: project/tree.ts:47

Absolute timeline frame (across the whole video) at which this node first appears. Undefined when its lifespan is unknown (e.g. no precomp data).


type

type: string

Defined in: project/tree.ts:39


waveform?

optional waveform?: WaveformInfo[]

Defined in: project/tree.ts:42

Audio clips owned by this node, for waveform rendering in the timeline.