@wdprlib/parser
    Preparing search index...
    interface AnchorAttributes {
        attributes: Record<string, string>;
        target: AnchorTarget | null;
    }
    Index

    Properties

    Properties

    attributes: Record<string, string>
    target: AnchorTarget | null