@laserware/dominator
    Preparing search index...

    Type Alias HTMLElementAttributes<E>

    HTMLElementAttributes: E extends HTMLAnchorElement
        ? HTMLAnchorAttributes
        : E extends HTMLAreaElement
            ? HTMLAreaAttributes
            : E extends HTMLAudioElement
                ? HTMLAudioAttributes
                : E extends HTMLBaseElement
                    ? HTMLBaseAttributes
                    : E extends HTMLButtonElement
                        ? HTMLButtonAttributes
                        : E extends HTMLCanvasElement
                            ? HTMLCanvasAttributes
                            : E extends HTMLTableColElement
                                ? HTMLTableColAttributes
                                : E extends HTMLTableColElement
                                    ? HTMLTableColAttributes
                                    : E extends HTMLDataElement
                                        ? HTMLDataAttributes
                                        : E extends HTMLDetailsElement
                                            ? HTMLDetailsAttributes
                                            : (...) extends (...) ? (...) : (...)

    Attributes for the HTMLElement of type E.

    Type Parameters