Function enumerable

  • Decorator that sets the enumerable property of a class field to false.

    Parameters

    • value: boolean

      true|false

    Returns ((target, propertyKey) => void)

      • (target, propertyKey): void
      • Parameters

        • target: any
        • propertyKey: string

        Returns void

Generated using TypeDoc