HomeWeb Components API Reference - v0.11.1
    Preparing search index...

    Type Alias AsyncElementTagName

    AsyncElementTagName: {
        [K in keyof HTMLElementTagNameMap]: HTMLElementTagNameMap[K] extends AsyncElement
            ? K
            : never
    }[keyof HTMLElementTagNameMap]

    A union of the tag names of all elements that initialize asynchronously (i.e. elements whose classes extend AsyncElement).