Question
CEP: is there a way to listen to events in the app itself?
I know you can use CSInterface to listen to a few basic events such as "ApplicationActivate" and "
ThemeColorChanged":
const cs = new CSInterface();
cs.addEventListener(
"com.adobe.csxs.events.ApplicationActivate",
function () {
}
);In After-Effects, are there any other events that can be used? I could not find a list of events anywhere online, and it seems like other apps like Pohotoshop can listen to some changes made in the document, and if not, how would you tackle this?
Thanks in advance.
Saar
