mwg API
    Preparing search index...

    Interface MarkupLine

    One already-measured, already-wrapped line: the spans that belong on it, and its total width.

    interface MarkupLine {
        spans: readonly MarkupSpan[];
        width: number;
    }
    Index
    spans: readonly MarkupSpan[]
    width: number