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

    Interface FogExplorationData

    interface FogExplorationData {
        _id: string | null;
        explored: string;
        flags: DocumentFlags;
        positions?: object;
        scene: string;
        timestamp: number;
        user: string;
    }
    Index

    Properties

    _id: string | null

    The _id which uniquely identifies this FogExploration document

    explored: string

    The base64 image/jpeg of the explored fog polygon

    An object of optional key/value flags

    positions?: object

    Optional custom exploration data

    scene: string

    The _id of the Scene document to which this fog applies

    timestamp: number

    The timestamp at which this fog exploration was last updated

    user: string

    The _id of the User document to which this fog applies