Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated "event:attrs()" to "event:attrs" to accurately represent current syntax

...

Code Block
languagejavascript
themeConfluence
raise explicit event "foo"
  attributes event:attrs()

This raises the event explicit:foo with all of the attributes that were passed into the enclosing rule.

...