Signature
Interface UseTimelineClipboardResultProperties
| Name | Signature | Description |
|---|---|---|
canCopy | canCopy: boolean | Whether the current selection can be copied. |
canCut | canCut: boolean | Whether the current selection can be cut. |
canPaste | canPaste: boolean | Whether clipboard contents are available to paste. |
clipboardCount | clipboardCount: number | Number of clips currently stored in the timeline clipboard. |
copySelection | (): TimelineCommandResult | Copies the current clip selection to the timeline clipboard. |
cutSelection | (): TimelineCommandResult | Cuts the current clip selection to the timeline clipboard. |
pasteSelection | (time: RationalTime, targetTrackId?: string): TimelineCommandResult | Pastes clipboard clips at a time and optional target track. |