Type alias AttributeChangedCallback<T>
AttributeChangedCallback<T>: ((this: void, component: T, newValue: string | null, oldValue: string | null) => void)
Type declaration
-
- (this: void, component: T, newValue: string | null, oldValue: string | null): void
-
Parameters
-
this: void
-
component: T
-
newValue: string | null
-
oldValue: string | null
Returns void
A type of component.