Get the currently selected Tracklist. Make sure to wait for the list to be loaded with the whenLoaded promise.
var list = uitools.getSelectedTracklist(); list.whenLoaded() .then(function () { // Perform your operations }) Copy
var list = uitools.getSelectedTracklist(); list.whenLoaded() .then(function () { // Perform your operations })
getSelectedTracklist
Optional
Get the currently selected Tracklist. Make sure to wait for the list to be loaded with the whenLoaded promise.
Example
Method
getSelectedTracklist