Class ImageProvider

Represents an image provider for serving images. Inherits from the FileProvider class.

Hierarchy

Constructors

  • Creates a new instance of the FileProvider class.

    Parameters

    • label: string

      The label of the file provider.

    • objConfig: {
          propertyKey: string;
          target: any;
      }

      The configuration object containing the target and property key.

      • propertyKey: string
      • target: any

    Returns ImageProvider

Properties

authenticator: WebsocketAuthenticator = null
isOutbound: boolean = false
label: string

The label of the file provider.

objConfig: {
    propertyKey: string;
    target: any;
}

The configuration object for the object method.

Type declaration

  • propertyKey: string
  • target: any

Accessors

  • get Func(): ((...data) => any)
  • Returns the decorated function with added authentication checks.

    Returns ((...data) => any)

    • The decorated function.
      • (...data): any
      • Returns the decorated function with added authentication checks.

        Parameters

        • Rest ...data: any[]

        Returns any

        • The decorated function.
  • get hasAuthenticator(): boolean
  • Checks if the decorated function has an authenticator.

    Returns boolean

    • Indicates whether the decorated function has an authenticator.

Methods

Generated using TypeDoc