@wdprlib/parser
    Preparing search index...
    interface AnchorOpenResult {
        attributes: Record<string, string>;
        bodyStart: number;
        consumed: number;
        name: string;
        paragraphStrip: boolean;
    }
    Index

    Properties

    attributes: Record<string, string>
    bodyStart: number
    consumed: number
    name: string
    paragraphStrip: boolean