Capítulo 61 de 411
labels is an object holding every label added to the timeline, keyed by name with the time as the value.
labels
let tl = gsap.timeline(); tl.addLabel("myLabel", 3); console.log(tl.labels); // { myLabel: 3 }