mona-dish
    Preparing search index...

    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

    Index

    Constructors

    Properties

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

    Methods

    • Parameters

      • ...oAttrs: string[]

      Returns void