Skip to content

procxy / HandleAck

Interface: HandleAck

Defined in: src/shared/protocol.ts:194

Handle acknowledgment sent from child to parent after handle is received.

Properties

PropertyTypeDefined in
error?stringsrc/shared/protocol.ts:198
handleIdstringsrc/shared/protocol.ts:196
receivedbooleansrc/shared/protocol.ts:197
type"HANDLE_ACK"src/shared/protocol.ts:195

Released under the MIT License.