procxy / EventMessage
Interface: EventMessage
Defined in: src/shared/protocol.ts:149
Event message sent from child to parent for EventEmitter events. Forwards events emitted in child to listeners in parent.
Properties
| Property | Type | Defined in |
|---|---|---|
args | Jsonifiable[] | src/shared/protocol.ts:152 |
eventName | string | src/shared/protocol.ts:151 |
type | "EVENT" | src/shared/protocol.ts:150 |