Versions Compared

Key

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

send_directive(<type><name>) with options

Send a directive to the endpoint. Action modifiers are used to send directive options:

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

Type can be the following values:

...

 

A module exists for that simplifies working with send_directive.

...