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

Properties

_id: null | string

The _id which uniquely identifies this RegionBehavior document

An object of creation and access information

disabled?: boolean

Is the RegionBehavior currently disabled?

An object of optional key/value flags

name?: string

The name used to describe the RegionBehavior

system: object

Data for a RegionBehavior subtype, defined by a System or Module

type: string

An RegionBehavior subtype which configures the system data model applied