Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 432 Bytes

File metadata and controls

12 lines (10 loc) · 432 Bytes
title EventHandler
description EventHandler Schema Reference

Properties

Property Type Required Description
eventName string Name of event to handle (supports wildcards like user.*)
priority integer optional Execution priority (lower numbers execute first)
async boolean optional Execute in background (true) or block (false)