Create Aura Event
sf_create_aura_eventGenerate Aura Event scaffolds (.evt files) for Salesforce, supporting COMPONENT and APPLICATION events with configurable attributes.
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 |