Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

events.Rule

Description of a declarative rule for handling events.

Type

Values of this type are objects. They contain the following properties:

idOptional
string. Optional identifier that allows referencing this rule.
tagsOptional
array of string. Tags can be used to annotate rules and perform operations on sets of rules.
conditions
array of any. List of conditions that can trigger the actions.
actions
array of any. List of actions that are triggered if one of the condtions is fulfilled.
priorityOptional
integer. Optional priority of this rule. Defaults to 100.

Browser compatibility

Chrome Edge Firefox Firefox for Android Opera
Basic support Yes Yes No No 33

Acknowledgements

This API is based on Chromium's chrome.events API. This documentation is derived from events.json in the Chromium code.

Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.

Document Tags and Contributors

 Contributors to this page: wbamberg
 Last updated by: wbamberg,