@suluk/scalar - v0.8.0
    Preparing search index...

    Interface RenderResult

    interface RenderResult {
        html: string;
        diagnostics: Diagnostic[];
    }
    Index

    Properties

    Properties

    html: string

    A complete, self-contained HTML document.

    diagnostics: Diagnostic[]

    Lossy-conversion diagnostics from the v4→3.1 downgrade (e.g. method collisions).