Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...
    interface PingData {
        pull?: boolean;
        scene: string;
        style: string;
        zoom: number;
    }
    Index

    Properties

    Properties

    pull?: boolean

    Pulls all connected clients' views to the pinged coordinates.

    scene: string

    The ID of the scene that was pinged.

    style: string

    The ping style, see CONFIG.Canvas.pings.

    zoom: number

    The zoom level at which the ping was made.