interface RegionBehaviorData {
    _id: string;
    name: string;
    type: string;
    system: object;
    disabled: boolean;
    flags: object;
    _stats: DocumentStats;
}

Properties

_id: string

The _id which uniquely identifies this RegionBehavior document

name: string

The name used to describe the RegionBehavior

type: string

An RegionBehavior subtype which configures the system data model applied

system: object

The system data object which is defined by the system template.json model

disabled: boolean

Is the RegionBehavior currently disabled?

flags: object

An object of optional key/value flags

_stats: DocumentStats

An object of creation and access information