Type Alias AppServiceCallPropsBeta

AppServiceCallProps: {
    context: {
        [key: string]: any;
    };
    options?: AppServiceCallOptions;
    service: string;
}

Properties for making an application service call.

Type declaration

  • Betacontext: {
        [key: string]: any;
    }

    Contextual data for the service call.

    • [key: string]: any
  • Optional Betaoptions?: AppServiceCallOptions

    Optional options for the service call.

  • Betaservice: string

    The name of the service to be called.