Skip to content

procxy / Request

Interface: Request

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

Method invocation request sent from parent to child. Includes unique ID for request/response correlation.

Properties

PropertyTypeDescriptionDefined in
argsJsonifiable[]Positional arguments forwarded to the method callsrc/shared/protocol.ts:38
idstringUUID v4 that pairs this request with its Responsesrc/shared/protocol.ts:32
propstringName of the method to invoke on the remote class instancesrc/shared/protocol.ts:36
type"CALL"Discriminant: always 'CALL' (only CALL is supported in v1)src/shared/protocol.ts:34

Released under the MIT License.