TrackItemSelection

Since: 25.6

Static Methods

createEmptySelection

Create empty selection

Since: 25.6

Returns: boolean

Parameters

Name
Type
Description
undefined
(selection: TrackItemSelection) => void
-

Instance Methods

addItem

Add a track item to this selection

Since: 25.6

Returns: boolean

Parameters

Name
Type
Description
trackItem
VideoClipTrackItem or AudioClipTrackItem
trackItem to be added to selection
skipDuplicateCheck
boolean
-

getTrackItems

return list of trackItems inside of trackItemSelection

Since: 25.6

Returns: Promise<Array<VideoClipTrackItem | AudioClipTrackItem>>

removeItem

Remove a track item from this selection

Since: 25.6

Returns: boolean

Parameters

Name
Type
Description
trackItem
VideoClipTrackItem or AudioClipTrackItem
trackItem to be removed from selection