Event that fires when zooming to extents or selected objects.

interface ZoomEvent {
    data?: any;
    type: "zoom";
}

Properties

Properties

data?: any

New view parameters.

type: "zoom"

Event type.

MMNEPVFCICPMFPCPTTAAATR