Page Contents

Home > @loopback/context > InvocationOptions

InvocationOptions type

Options to control invocations

Signature:

export type InvocationOptions = {
    skipParameterInjection?: boolean;
    skipInterceptors?: boolean;
    source?: InvocationSource;
    session?: ResolutionSession;
};

References: InvocationSource, ResolutionSession