procxy / HandleAck
Interface: HandleAck
Defined in: src/shared/protocol.ts:194
Handle acknowledgment sent from child to parent after handle is received.
Properties
| Property | Type | Defined in |
|---|---|---|
error? | string | src/shared/protocol.ts:198 |
handleId | string | src/shared/protocol.ts:196 |
received | boolean | src/shared/protocol.ts:197 |
type | "HANDLE_ACK" | src/shared/protocol.ts:195 |