Trigger Registry
object TriggerRegistry
Central registry of all live triggers, indexed by type. Registration happens while a module's main() runs (JS thread); lookups happen on whatever thread an event fires on, so everything is held in concurrent collections.
Functions
Link copied to clipboard
Link copied to clipboard
All enabled triggers of a type, in priority order (lowest priority value first).
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Remove every trigger owned by a module (clean unload).
Link copied to clipboard