Create Aura Event
sf_create_aura_eventCreate Aura events for Salesforce with COMPONENT or APPLICATION types, define attributes for payloads, and generate .evt files to enable component communication.
Instructions
Generates an Aura Event scaffold (.evt file content). Supports COMPONENT events (propagate up the component hierarchy) and APPLICATION events (broadcast to all subscribed components). Define event attributes with names and types. Components fire events with component.getEvent() and APPLICATION events with $A.get().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventName | Yes | Aura event name (PascalCase) | |
| eventType | Yes | Event type | |
| attributes | No | Event attributes | |
| description | No | Description |