Interface ZoomToEntityEvent

Event that fires when zooming to object.

interface ZoomToEntityEvent {
    data: any;
    type: "zoomtoentity";
}

Properties

Properties

data: any

Object to zoom.

type: "zoomtoentity"

Event type.