Skip to content

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

PropertyTypeDefined in
argsJsonifiable[]src/shared/protocol.ts:152
eventNamestringsrc/shared/protocol.ts:151
type"EVENT"src/shared/protocol.ts:150

Released under the MIT License.