procxy / EventMessage
Interface: EventMessage
Defined in: src/shared/protocol.ts:166
Event message sent from child to parent for EventEmitter events. Forwards events emitted in child to listeners in parent.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
args | Jsonifiable[] | Positional arguments from the emit(eventName, ...args) call | src/shared/protocol.ts:172 |
eventName | string | Name of the EventEmitter event that was emitted in the child | src/shared/protocol.ts:170 |
type | "EVENT" | Discriminant: always 'EVENT' | src/shared/protocol.ts:168 |