• Attribute changed decorator

    Type Parameters

    • T

    Returns ((target: any, attributeKey: string, descriptor: PropertyDescriptor) => void)

      • (target, attributeKey, descriptor): void
      • Parameters

        • target: any
        • attributeKey: string
        • descriptor: PropertyDescriptor

        Returns void