Is there a way to trigger an event from Animate's JSFL on a CEP extension?
Hello,
Is there a way to trigger an event in JSFL and capture it in a CEP extension?
For example:
csInterface.addEventListener("eventTriggeredFromJSFL", () => { "doSomethingHere"; });
csInterface.evalScript('fl.addEventListener("prePublish", function () { "dispatchEventHere"; });');
Actually, is there any way to trigger an action in a CEP extension through JSFL?
Kind Regards,
Ognyan
