async-call-rpc

A lightweight JSON RPC client & server

Home > async-call-rpc > AsyncCallOptions > parameterStructure

AsyncCallOptions.parameterStructure property

Choose flavor of parameter structures defined in the spec

Signature:

parameterStructure?: 'by-position' | 'by-name';

Remarks

When using by-name, only first parameter is sent to the remote and it must be an object.