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

    Interface WordTreeEntry

    A leaf entry in the tree.

    interface WordTreeEntry {
        documentName: string;
        entry: object | Document<object, DocumentConstructionContext>;
        pack?: string;
        uuid: string;
    }
    Index

    Properties

    documentName: string

    The document type.

    entry

    entry: object | Document<object, DocumentConstructionContext>

    An object that this entry represents.

    pack?: string

    The pack ID.

    uuid: string

    The document's UUID.