Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface RegionBehaviorData

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

    Properties

    _id: string | null

    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