Page tree

Versions Compared

Key

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

...

This approach still requires users to specify the correct namespace in the events themselves.
We have simplified this with the introduction of a new reserved word 'eventNamespace', which will automatically map to theĀ the corresponding namespace:

Code Block
languagejs
titleEvent namespace with automatic namespace
EventNamespace: 'app.domain'
EventAttribute: '$ eventNamespace.function(eventSource);'