Versions Compared

Key

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

...

Notice that the identifier "name" appears in several different place in this rule, and plays different roles.

  • line 362: "name" is the event type

  • line 384: "name" is a local variable which is bound to the value of the passed-in attribute named "name" and "name" is used in theĀ klog message

  • line 406: "name" will be the name of the first of the "options" appearing in the directive and its value there will be the value bound in line 384.

  • line 428: "ent:name" is the name of an entity variable which will be set to the value bound in line 384.

In the "Rulesets" tab of the developer UI, flush your modifiedĀ hello_world ruleset.

...