Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

3. If this application contains its own action handler, it must also be configured. The creation of Action Handlers is considered more closely in a Seperate Seversection below: Create / customize your own action handler .

```js
applicationManager.registerApplication({
// ...
rootActionHandler: demoAppRootHandler,
});
```

...