nest
    Preparing search index...

    Variable UserIdConst

    UserId: (...dataOrPipes: any[]) => ParameterDecorator = ...

    Extract and inject the user id from the application context.

         methodName(@UserId() sessionId){ }
    

    Type Declaration

      • (...dataOrPipes: any[]): ParameterDecorator
      • Parameters

        • ...dataOrPipes: any[]

        Returns ParameterDecorator