Interface

TimelineSnapTarget

One timeline time that can attract an edited boundary.

Signature

Type Definition
Interface TimelineSnapTarget

Properties

NameSignatureDescription
idid: stringStable target id within the current prepared snap index.
kindkind: TimelineSnapTargetKindTarget category.
label?label?: stringOptional human-readable target label for UI status.
metadata?metadata?: Record<string, unknown>Lightweight application metadata for custom targets.
ownerId?ownerId?: stringApp/model object that owns the target, when any.
priority?priority?: numberOptional tie-break priority when multiple targets are equally close.
timetime: RationalTimeTimeline time where the target sits.
trackId?trackId?: stringTrack containing the target, when any.