Type alias AttributeUpdateReceiver<T>
Attribute
Update
Receiver
<T>: ((this
: void, component
: T, path
: AttributePath, newValue
: string | null, oldValue
: string | null) => void)
Type declaration
-
- (this: void, component: T, path: AttributePath, newValue: string | null, oldValue: string | null): void
-
Parameters
-
this: void
-
component: T
-
-
newValue: string | null
-
oldValue: string | null
Returns void
A type of component.