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

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.