Class TagBuilder

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

Hierarchy

  • TagBuilder

Constructors

Properties

adoptedCallback?: Function
attributeChangedCallback?: Function
clazz?: CustomElementConstructor
connectedCallback?: Function
disconnectedCallback?: Function
extendsType: CustomElementConstructor = HTMLElement
markup: string
observedAttrs: string[] = []
tagName: string
theOptions: ElementDefinitionOptions

Methods

  • Parameters

    • Rest ...oAttrs: any[]

    Returns void

Generated using TypeDoc