Defines a EmitEvent action component.
This component helps emiting an event from a shared component giving its name and optional data Object in (TS) mode, e.g.:</br>{user: 'user89', id: 89}
The event may be handled by an existing Event component added to a Use Shared component.
Name | Description |
---|---|
Data | The event data Object (be sure to use a json object) in (TS) mode. |
Event | The event to emit. |
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Is active | Defines whether the component is active. |