wdpr
    Preparing search index...

    Interface AnchorData

    Data for [[a]] anchor element.

    interface AnchorData {
        attributes: AttributeMap;
        elements: Element[];
        target: AnchorTarget | null;
    }
    Index

    Properties

    attributes: AttributeMap
    elements: Element[]
    target: AnchorTarget | null