@haiix/tcomponent
    Preparing search index...

    Interface IDReferenceEntry

    Represents an entry for an ID reference that needs to be resolved after the element is built.

    interface IDReferenceEntry {
        attrName: string;
        element: Element;
        refId: string;
    }
    Index
    attrName: string

    The attribute name to resolve (e.g. "for", "aria-labelledby")

    element: Element

    The DOM element that holds the reference

    refId: string

    The ID string written in the original template (space-separated values allowed)