Type Alias ZoomToAtInputPayload

ZoomToAtInputPayload: { anchorPoint: Point; targetZoom: number }

The payload for the zoom to at input event.

Type declaration

  • anchorPoint: Point
  • targetZoom: number