Signature
Interface ActiveLayerResultType parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
LayerName | string | string | No type parameter summary yet. |
TrackKind | None | string | No type parameter summary yet. |
Properties
| Name | Signature | Description |
|---|---|---|
all | all: ActiveClip<TrackKind>[] | Unique clips matched by at least one requested layer, in stable track order. |
byTrack | byTrack: Map<string, ActiveClip<TrackKind>[]> | Matched active clips grouped by containing track id. |
firstContentTime? | firstContentTime?: RationalTime | Earliest timeline start among clips that match any requested layer. |
hasActiveClips | hasActiveClips: boolean | Whether any requested layer matched active clips. |
layers | layers: Record<LayerName, ActiveClip<TrackKind>[]> | Active clips for each named layer, preserving stable track order. |
primary | primary: Partial<Record<LayerName, ActiveClip<TrackKind>>> | First active clip in each layer, as a convenience selection only. |
time | time: RationalTime | Timeline time used for the lookup. |