Versions Compared

Key

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

...

Code Block
themeConfluence
languagejavascript
send_directive('text') with body = "Hello World"

Type can be the following values:

  • text
  • html
  • json
  • xml
  • js

A module exists for that simplifies working with send_directive.

The following ruleset shows send_directive() being used

...