Type Alias DestinationZoomUpdate

DestinationZoomUpdate: {
    anchor?: Point;
    destination: number;
    type: "destination";
}

Type declaration

  • Optionalanchor?: Point
  • destination: number
  • type: "destination"