Capítulo 300 de 411
The Observer instance with the matching id that was defined in the configuration vars object (or undefined if no matching ScrollTriggers are found)
Observer.create({
id: "my-id",
...
});
// then later...
let observer = Observer.getById("my-id");