Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...
    interface JournalSheetRenderOptions {
        anchor?: string;
        mode?: { MULTIPLE: number; SINGLE: number };
        pageId?: string;
        pageIndex?: number;
        renderContext: string;
        renderData: object;
    }
    Index

    Properties

    anchor?: string

    Scroll to the specified heading in the given page.

    mode?: { MULTIPLE: number; SINGLE: number }

    Render the journal sheet with the given page mode.

    pageId?: string

    Render the journal sheet at the page with this ID.

    pageIndex?: number

    Render the journal sheet at this page index.

    renderContext: string

    A string with the format "{operation}{documentName}" providing context

    renderData: object

    Data describing the document modification that occurred