interface PingData {
    pull: boolean;
    style: string;
    scene: string;
    zoom: number;
}

Properties

Properties

pull: boolean

Pulls all connected clients' views to the pinged coordinates.

style: string

The ping style, see CONFIG.Canvas.pings.

scene: string

The ID of the scene that was pinged.

zoom: number

The zoom level at which the ping was made.