@codebolt/codeboltjs
Interface: CustomEventPayload
Defined in: common/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:115
Payload for custom events
Properties
| Property | Type | Description | Defined in |
|---|
data | Record<string, any> | Arbitrary data for the custom event | common/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:120 |
eventName | string | Name/identifier for the custom event | common/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:118 |
type | "custom" | - | common/types/dist/codeboltjstypes/libFunctionTypes/eventQueue.d.ts:116 |