procxy / Request
Interface: Request
Defined in: src/shared/protocol.ts:25
Method invocation request sent from parent to child. Includes unique ID for request/response correlation.
Properties
| Property | Type | Defined in |
|---|---|---|
args | Jsonifiable[] | src/shared/protocol.ts:29 |
id | string | src/shared/protocol.ts:26 |
prop | string | src/shared/protocol.ts:28 |
type | "CALL" | src/shared/protocol.ts:27 |