Trevixal API
    Preparing search index...

    Interface LayoutOptions

    Copy for the header this layout puts above the editor.

    interface LayoutOptions {
        heading?: string | null;
        paragraphs?: readonly string[];
        serializedHTMLLabel?: string;
        showSerializedHTML?: boolean;
    }

    Hierarchy (View Summary)

    Index
    heading?: string | null

    The page heading. Plain text; pass null for no heading at all.

    paragraphs?: readonly string[]

    Paragraphs under the heading, each an HTML string so it can carry <code> and <strong>. It is written into the page as markup, so pass copy you control, never anything a reader typed.

    serializedHTMLLabel?: string

    Heading over that readout.

    showSerializedHTML?: boolean

    The readout that shows the HTML a download would produce. Default true.