| title | EventHandler |
|---|---|
| description | EventHandler Schema Reference |
| 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) |