[Go to site: main page, start]

Interface WordTreeEntry

A leaf entry in the tree.

interface WordTreeEntry {
    documentName: string;
    entry: object;
    pack?: string;
    uuid: string;
}
Index

Properties

documentName: string

The document type.

entry

entry: object

An object that this entry represents.

pack?: string

The pack ID.

uuid: string

The document's UUID.