@wdprlib/parser
    Preparing search index...
    interface SpanContent {
        children: Element[];
        consumed: number;
        escapedChildren: Element[];
        foundClose: boolean;
        splitSpans: Element[][];
    }
    Index

    Properties

    children: Element[]
    consumed: number
    escapedChildren: Element[]
    foundClose: boolean
    splitSpans: Element[][]