@mcut/editor
DuplicateClipsToNewTracksOptions
Generated TypeScript API reference for the public mcut SDK.
mcut SDK / editor/src / DuplicateClipsToNewTracksOptions
Interface: DuplicateClipsToNewTracksOptions
Defined in: packages/editor/src/timeline-gesture.ts:47
Properties
createElementId?
optional createElementId?: () => `e-${string}`;Defined in: packages/editor/src/timeline-gesture.ts:49
Returns
`e-${string}`
createTrackId?
optional createTrackId?: () => `t-${string}`;Defined in: packages/editor/src/timeline-gesture.ts:48
Returns
`t-${string}`