Signature
Interface TimelineEditPolicyContextType parameters
| Name | Constraint | Default | Description |
|---|---|---|---|
Command | TimelineEditCommand | TimelineEditCommand | No type parameter summary yet. |
Properties
| Name | Signature | Description |
|---|---|---|
clip? | clip?: Clip | Clip directly addressed by the command, when one exists. |
command | command: Command | Command being validated. |
range? | range?: TimelineEditAffectedRange | Timeline range affected by the command, when known before resolution. |
state | state: TimelineState | Current 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. |