Interface

TimelineEditPolicyContext

Context passed to product-defined edit policy callbacks.

Signature

Type Definition
Interface TimelineEditPolicyContext

Type parameters

NameConstraintDefaultDescription
CommandTimelineEditCommandTimelineEditCommandNo type parameter summary yet.

Properties

NameSignatureDescription
clip?clip?: ClipClip directly addressed by the command, when one exists.
commandcommand: CommandCommand being validated.
range?range?: TimelineEditAffectedRangeTimeline range affected by the command, when known before resolution.
statestate: TimelineStateCurrent engine-owned timeline state.
targetTrack?targetTrack?: Track<string>Destination track for placement or move commands, when one exists.
track?track?: Track<string>Track directly addressed by the command, when one exists.