DomPropertyUpdateReceiver<T>: (<TKey>(this: void, component: T, path: DomPropertyPath<TKey>, newValue: T[TKey], oldValue: T[TKey]) => void)

Type Parameters

  • T extends object

    A type of component.

Type declaration

    • <TKey>(this: void, component: T, path: DomPropertyPath<TKey>, newValue: T[TKey], oldValue: T[TKey]): void
    • DOM property updates receiver invoked after custom element property change.

      Type Parameters

      • TKey extends keyof T

      Parameters

      • this: void
      • component: T
      • path: DomPropertyPath<TKey>
      • newValue: T[TKey]
      • oldValue: T[TKey]

      Returns void

Generated using TypeDoc