Signature
Interface TimelineSnapTargetProperties
| Name | Signature | Description |
|---|---|---|
id | id: string | Stable target id within the current prepared snap index. |
kind | kind: TimelineSnapTargetKind | Target category. |
label? | label?: string | Optional human-readable target label for UI status. |
metadata? | metadata?: Record<string, unknown> | Lightweight application metadata for custom targets. |
ownerId? | ownerId?: string | App/model object that owns the target, when any. |
priority? | priority?: number | Optional tie-break priority when multiple targets are equally close. |
time | time: RationalTime | Timeline time where the target sits. |
trackId? | trackId?: string | Track containing the target, when any. |