Interface CustomElementConfig
Properties
Optional extendsTagName
extendsTagName: string
Optional onAttributeChanged
on
AttributeChanged: (this: CustomElement, attrName: string, oldVal: any, newVal: any) => void
Type declaration
-
- (this: CustomElement, attrName: string, oldVal: any, newVal: any): void
-
Parameters
-
-
attrName: string
-
oldVal: any
-
newVal: any
Returns void