The Base Registry Object class, providing shared functionality for all registry objects in the system. For the required data, see defineSchema.

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

TYPES: readonly ["core", "setting", "ap", "module", "companion", "pg", "comic", "pfs"] = ...

An array of allowed types of sources.

core: Core book companion: Player companion setting: Campaign setting book ap: Adventure path pg: Adventure path - player guide comic: Comic pfs: Pathfinder Society module: Module

Accessors

Methods

  • Returns {
        _id: any;
        abbr: any;
        date: DateField;
        flags: any;
        isbn: any;
        legacy: any;
        level: any;
        name: any;
        namespace: any;
        pages: any;
        publisher: any;
        tieIn: any;
        type: any;
        url: URLField;
    }

    • _id: any
    • abbr: any
    • date: DateField
    • flags: any
    • isbn: any
    • legacy: any
    • level: any
    • name: any
    • namespace: any
    • pages: any
    • publisher: any
    • tieIn: any
    • type: any
    • url: URLField