Stratal API Reference
    Preparing search index...

    Interface ParamInjection

    Describes a parameter injection

    interface ParamInjection {
        index: number;
        token: InjectionToken;
    }
    Index

    Properties

    Properties

    index: number

    Parameter index in the method signature (0-based)

    DI token to resolve