Type alias DomPropertyUpdateReceiver<T>
Dom
Property
Update
Receiver
<T>: (<TKey>(this
: void, component
: T, path
: DomPropertyPath<TKey>, newValue
: T[TKey], oldValue
: T[TKey]) => void)
Type declaration
-
- <TKey>(this: void, component: T, path: DomPropertyPath<TKey>, newValue: T[TKey], oldValue: T[TKey]): void
-
Parameters
-
this: void
-
component: T
-
-
newValue: T[TKey]
-
oldValue: T[TKey]
Returns void
A type of component.