weasel API - v0.8.0
    Preparing search index...

    Interface LayoutResult

    Output of layoutMarkdown: per-line breakdown plus overall block dimensions.

    interface LayoutResult {
        height: number;
        lines: LayoutLine[];
        width: number;
    }
    Index

    Properties

    Properties

    height: number
    lines: LayoutLine[]
    width: number