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

    Variable RegionBehaviorConst

    RegionBehavior: {
        dataModels: Record<string, typeof RegionBehaviorType>;
        documentClass: typeof documents.RegionBehavior;
        typeHints: Record<string, string>;
        typeIcons: Record<string, string>;
        typeLabels: Record<string, string>;
    } = ...

    Configuration for the RegionBehavior embedded document type

    Type Declaration