ViewerMagnifierProperties#
Type alias ViewerMagnifierProperties
Viewer Magnifier Properties: {
enabled?: boolean;
position?: [number, number];
roundness?: number;
size?: [number, number];
zoomLevel?: number;
}
enabled?: boolean;
position?: [number, number];
roundness?: number;
size?: [number, number];
zoomLevel?: number;
}
Type declaration
-
Optional
enabled?: booleanDefault
true
-
Optional
position?: [number, number]Specifies the center X- and Y-Position of the magnifier in pixels.
-
Optional
roundness?: numberSpecifies the roundness of the magnifier between 0 and 100.
Default
100
-
Optional
size?: [number, number]Specifies size of the magnifier in pixels.
Default
[50,50]
-
Optional
zoomLevel?: number Specifies zoom level of the magnifier.
Default
3
Specifies the enabled state of the magnifier.