events.Rule

Description of a declarative rule for handling events.

Type

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

id Optional

string. Optional identifier that allows referencing this rule.

tags Optional

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 conditions is fulfilled.

priority Optional

integer. Optional priority of this rule. Defaults to 100.

Browser compatibility

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Firefox for Android
Safari on iOS
Rule

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support
No support
No support

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