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

    Interface JournalEntryCategoryData

    interface JournalEntryCategoryData {
        _id: string | null;
        _stats: DocumentStats;
        flags: DocumentFlags;
        name: string;
        sort?: number;
    }
    Index

    Properties

    _id: string | null

    The _id which uniquely identifies this JournalEntryCategory document.

    An object of creation and access information.

    An object of optional key/value flags

    name: string

    The name of this JournalEntryCategory.

    sort?: number

    The numeric sort value which orders this category relative to other categories.