Type Alias ZoomUpdate

ZoomUpdate: {
    anchorCoordinateSystem: "world" | "viewport";
    update: DestinationZoomUpdate | DeltaZoomUpdate;
}

Type declaration