TESSA Web API
    Preparing search index...
    interface NextArgs<T = unknown> {
        async_plan?: boolean;
        avoidConstraints: boolean;
        contextInterceptor: (contexts: Context) => Context;
        isMultiInject: boolean;
        key?: string | number | symbol;
        serviceIdentifier: ServiceIdentifier<T>;
        targetType: TargetType;
        value?: unknown;
    }

    Type Parameters

    • T = unknown
    Index

    Properties

    async_plan?: boolean
    avoidConstraints: boolean
    contextInterceptor: (contexts: Context) => Context
    isMultiInject: boolean
    key?: string | number | symbol
    serviceIdentifier: ServiceIdentifier<T>
    targetType: TargetType
    value?: unknown