interface JournalEntryPageTextData {
    content: string;
    markdown: string;
    format: number;
}

Properties

content: string

The content of the JournalEntryPage in a format appropriate for its type.

markdown: string

The original markdown source, if applicable.

format: number

The format of the page's content, in CONST.JOURNAL_ENTRY_PAGE_FORMATS.