PluginEvent
PluginEvent - Provides the data / event passed to all invoked methods in PluginManager#invokeSyncEvent. The
event.data field is returned to the caller. Before returning though additional the following additional metadata
is attached:
(number) $$plugin_invoke_count - The count of plugins invoked.
(Array<string>) $$plugin_invoke_names - The names of plugins invoked.
Constructor Summary
| Public Constructor | ||
| public |
constructor(copyProps: object, passthruProps: object, extraEventData: object) Initializes PluginEvent. |
|
Member Summary
| Public Members | ||
| public |
data: * Provides the unified event data assigning any pass through data to the copied data supplied. |
|
| public |
Unique data available in each plugin invoked. |
|
| public |
Stores any extra event data added to all PluginEvents. |
|
| public |
Unique data available in each plugin invoked. |
|
| public |
Unique data available in each plugin invoked. |
|
Public Constructors
Public Members
public data: * source
Provides the unified event data assigning any pass through data to the copied data supplied.