Type alias ZoomInputEvent

ZoomInputEvent: {
    anchorPoint: Point;
    deltaZoomAmount: number;
}

Type declaration

  • anchorPoint: Point
  • deltaZoomAmount: number

Generated using TypeDoc