TrackItemSelection
Static Methods
createEmptySelection
25.0boolean
Create empty selection
Parameters
Name | Type | Description |
---|---|---|
undefined | (selection: TrackItemSelection) => void | - |
Instance Methods
addItem
25.0boolean
Add a track item to this selection
Parameters
Name | Type | Description |
---|---|---|
trackItem | object | - |
skipDuplicateCheck | boolean | - |
removeItem
25.0boolean
Remove a track item from this selection
Parameters
Name | Type | Description |
---|---|---|
trackItem | object | - |