EventParams
Home > @backstage/plugin-events-node > EventParams
Signature:
export interface EventParams<TPayload = unknown>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
TPayload |
Event payload. | ||
|
Record<string, string | string[] | undefined> |
(Optional) Metadata (e.g., HTTP headers and similar for events received from external). | ||
|
string |
Topic for which this event should be published. |