Member Junction
    Preparing search index...

    One page's rendered export document — the per-page output of the all-pages builders.

    interface WhiteboardPageExport {
        Content: string;
        PageID: string;
        PageName: string;
    }
    Index

    Properties

    Content: string

    The fully rendered export document for that page.

    PageID: string

    The page's stable id (e.g. page-2).

    PageName: string

    The page's display name — callers typically suffix download filenames with it.