TrackItemSelection

Static Methods

createEmptySelection

25.0

boolean

Create empty selection

Parameters

NameTypeDescription
undefined
(selection: TrackItemSelection) => void
-

Instance Methods

addItem

25.0

boolean

Add a track item to this selection

Parameters

NameTypeDescription
trackItem
object
-
skipDuplicateCheck
boolean
-

getTrackItems

25.0

Array

return list of trackItems inside of trackItemSelection


removeItem

25.0

boolean

Remove a track item from this selection

Parameters

NameTypeDescription
trackItem
object
-

Was this helpful?