OptionaladoptedCallback
adoptedCallback?: Function
OptionalattributeChangedCallback
attributeChangedCallback?: Function
Optionalclazz
clazz?: CustomElementConstructor
OptionalconnectedCallback
connectedCallback?: Function
OptionaldisconnectedCallback
disconnectedCallback?: Function
extendsType
extendsType: CustomElementConstructor = HTMLElement
observedAttrs
observedAttrs: string[] = []
theOptions
theOptions: ElementDefinitionOptions | null
beginning custom tag support
This api is still experimental and might be interwoven with DomQuery so it is bound to change
it follows a builder pattern to allow easier creations with less code of custom tags