Defines a PublishEvent action component.
This component helps publishing an event giving its topic and optional data Object in (TS) mode, e.g.:</br>{user: 'user89', id: 89}
The event may be handled by an existing Subscribe Handler component in any available page.
For more information : Events
Name | Description |
---|---|
Event data | The event data Object (be sure to use a json object) in (TS) mode. |
Event topic | The event topic |
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. |