Trevixal API
    Preparing search index...

    Interface FullEditorIntro

    Copy for the header this layout puts above the editor.

    interface FullEditorIntro {
        heading?: string | null;
        paragraphs?: readonly string[];
    }

    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.