@resistdesign/voltra
    Preparing search index...

    Type Alias RemoteProcedureCall

    The service, path and arguments to use for a remote procedure call.

    type RemoteProcedureCall = {
        args?: any[];
        path: string;
        serviceConfig: ServiceConfig;
    }
    Index

    Properties

    args?: any[]

    Default args to send when the call auto-runs.

    path: string

    Path to the RPC handler.

    serviceConfig: ServiceConfig

    Configuration for the target service endpoint.