Description of a declarative rule for handling events.
On this page
events.Rule
Type
Values of this type are objects. They contain the following properties:
idOptional-
string. Optional identifier that allows referencing this rule. -
arrayofstring. Tags can be used to annotate rules and perform operations on sets of rules. -
conditions -
arrayofany. List of conditions that can trigger the actions. -
actions -
arrayofany. List of actions that are triggered if one of the conditions is fulfilled. priorityOptional-
integer. Optional priority of this rule. Defaults to 100.
Browser compatibility
| Desktop | Mobile | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
Rule |
Yes | 79 | No | ? | Yes | No | ? | ? | No | ? | No | ? |
Note: This API is based on Chromium's chrome.events API. This documentation is derived from events.json in the Chromium code.
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/events/Rule