nest
    Preparing search index...

    Variable SessionIdConst

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

    Extract and inject the session id from the application context.

         methodName(@SessionId() sessionId){ }
    

    Type Declaration

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

        • ...dataOrPipes: any[]

        Returns ParameterDecorator