Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CustomElementConfig

Hierarchy

  • CustomElementConfig

Index

Properties

Optional extendsTagName

extendsTagName: string

Optional onAdopted

onAdopted: (this: CustomElement) => void

Type declaration

Optional onAttributeChanged

onAttributeChanged: (this: CustomElement, attrName: string, oldVal: any, newVal: any) => void

Type declaration

    • (this: CustomElement, attrName: string, oldVal: any, newVal: any): void
    • Parameters

      Returns void

Optional onConstructor

onConstructor: (this: CustomElement, cfg: CustomElementConfig) => void

Type declaration

Optional onCreated

onCreated: (this: CustomElement) => void

Type declaration

Optional onDestroyed

onDestroyed: (this: CustomElement) => void

Type declaration

tagName

tagName: string