Expand my Community achievements bar.

Enhance your AEM Assets & Boost Your Development: [AEM Gems | June 19, 2024] Improving the Developer Experience with New APIs and Events

how identify event

Avatar

Level 4

hello, I need your help.

I should try to identify an event

I tried to run this code:

if (TextField1.event.activity == "initialize") {
      app.alert ("test");
}

but does not run

how can I do? thank's

2 Replies