PackageCompendiumData

PackageCompendiumData

An inner data object which represents a single compendium pack definition provided by a package in the packs array.

Constructor

new PackageCompendiumData()

Properties:
Name Type Attributes Description
name string

The canonical compendium name. This should contain no spaces or special characters.

label string

The human-readable compendium name.

path string

The local relative path to the compendium source .db file. The filename should match the name attribute.

type string

The specific document type that is contained within this compendium pack

system string <optional>

Denote that this compendium pack requires a specific game system to function properly.

Extends

  • DocumentData

Methods

_initializeSource()