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

    Variable JournalEntryPageConst

    JournalEntryPage: {
        dataModels: Record<string, typeof TypeDataModel>;
        defaultType: string;
        documentClass: typeof documents.JournalEntryPage;
        embedHandlers: DocumentEmbedHandler[];
        sidebarIcon: string;
        typeHints: Record<string, string>;
        typeIcons: Record<string, string>;
        typeLabels: Record<string, string>;
    } = ...

    Configuration for the JournalEntryPage embedded document type.

    Type Declaration