Interface FastenerDecorator<F>

Type Parameters

Hierarchy

  • FastenerDecorator
  • Type Parameters

    • T

    Parameters

    • target: any
    • context: ClassFieldDecoratorContext<T, F>

    Returns ((this, value?) => F)

      • (this, value?): F
      • Parameters

        • this: T
        • Optional value: F

        Returns F

  • Type Parameters

    • T

    Parameters

    • target: ((this) => F)
        • (this): F
        • Parameters

          • this: T

          Returns F

    • context: ClassGetterDecoratorContext<T, F>

    Returns ((this) => F)

      • (this): F
      • Parameters

        • this: T

        Returns F

Generated using TypeDoc