Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface JournalEntryData

    interface JournalEntryData {
        _id: string | null;
        _stats: DocumentStats;
        categories: JournalEntryCategoryData[];
        flags: DocumentFlags;
        folder: string | null;
        name: string;
        ownership?: object;
        pages: JournalEntryPageData[];
        sort?: number;
    }
    Index

    Properties

    _id: string | null

    The _id which uniquely identifies this JournalEntry document

    An object of creation and access information

    The categories contained within this JournalEntry.

    An object of optional key/value flags

    folder: string | null

    The _id of a Folder which contains this JournalEntry

    name: string

    The name of this JournalEntry

    ownership?: object

    An object which configures ownership of this JournalEntry

    The pages contained within this JournalEntry document

    sort?: number

    The numeric sort value which orders this JournalEntry relative to its siblings