Type Alias ZoomByAtInputPayload

ZoomByAtInputPayload: { anchorPoint: Point; deltaZoom: number }

The payload for the zoom by at input event.

Type declaration

  • anchorPoint: Point
  • deltaZoom: number