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. -
array
ofstring
. Tags can be used to annotate rules and perform operations on sets of rules. conditions
-
array
ofany
. List of conditions that can trigger the actions. actions
-
array
ofany
. 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
BCD tables only load in the browser
Note: 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.