Options
All
  • Public
  • Public/Protected
  • All
Menu

Options used for configuring the panZoom gesture on a ReaderView. Part of IReaderViewOptions.gestureOptions

Hierarchy

  • IReaderViewPanZoomGestureOptions

Index

Properties

allowSinglePointerPan?: boolean

Allow panning with single pointer.

default

true

pinchZoomThresholdPx?: number

How much the distance between pointers has to change before applying zoom/scale.

int
default

32

pointerTypes?: IPointerTypeOptions

Sets which pointer-types that should trigger pan-zoom gestures.

default

IPointerTypeOptions

removeTransformOnZoomOutGesture?: boolean

Allow pan-zoom gestures to exit the transform when zoomed out to a scale factor close to 1.

default

true

Generated using TypeDoc