FoundryVTT MCP Server Documentation - v1.5.3
    Preparing search index...

    Interface JournalPageCreateSource

    A single page to create on a new journal entry.

    content is plain text/HTML for a text-type page; FoundryClient.createJournalEntry maps it into Foundry's native JournalEntryPage shape (type: "text", text: { content, format: 1 } — format 1 is CONST.JOURNAL_ENTRY_PAGE_FORMATS.HTML).

    interface JournalPageCreateSource {
        name: string;
        content: string;
    }
    Index

    Properties

    Properties

    name: string
    content: string