Interface: Config
This interface contains properties that determine the behavior of the InfiniteCanvas.
Hierarchy
Config
Properties
greedyGestureHandling
• greedyGestureHandling: boolean
If true
, this means that the InfiniteCanvas will pan when touched with one finger, and that it will zoom when the user scrolls without pressing the Ctrl key
Default Value
ts
false
Defined in
rotationEnabled
• rotationEnabled: boolean
Determines whether rotating the InfiniteCanvas is possible or not
Default Value
ts
true
Defined in
units
• units: Units
Determines the units to use when drawing on an InfiniteCanvas
Default Value
ts
{@link Units.CANVAS}