EventDataInterface
In case a widget should provide additional data as JSON payload, the widget must implement this interface.
Table of Contents
Methods
- getEventData() : array<string|int, mixed>
- This method returns data which should be send to the widget as JSON encoded value.
Methods
getEventData()
This method returns data which should be send to the widget as JSON encoded value.
public
getEventData() : array<string|int, mixed>