priority
The priority for this event listener
Note: The run order of listeners is based on the mode's order and then the priority, for example, a listener with the SHARED mode and maximum priority, will still run after listeners with the BLOCKING mode.
In other words, blocking listeners are first, then async listeners, and finally inherited listeners.