I've registered the following Hide event:
app.notifiers.add("Hd ", ...file path);
Now, how can get object that triggered the event? [app.active document.activeLayer] only give me the 'selected' layer. This obviously does not work in a scenario where the user hides a layer that is not selected.
I would appreciate any help!