procxy / HandleAck
Interface: HandleAck
Defined in: src/shared/protocol.ts:217
Handle acknowledgment sent from child to parent after handle is received.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
error? | string | Human-readable error description when received is false | src/shared/protocol.ts:225 |
handleId | string | Matches HandleMessage.handleId of the handle being acknowledged | src/shared/protocol.ts:221 |
received | boolean | true if the child successfully received and registered the handle | src/shared/protocol.ts:223 |
type | "HANDLE_ACK" | Discriminant: always 'HANDLE_ACK' | src/shared/protocol.ts:219 |