interface WordTreeEntry {
    entry: object | Document;
    documentName: string;
    uuid: string;
    pack: string;
}

Properties

entry: object | Document

An object that this entry represents.

documentName: string

The document type.

uuid: string

The document's UUID.

pack: string

The pack ID.