ViewerMagnifierProperties#
Type alias ViewerMagnifierProperties
Viewer
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
- 
Optionalenabled?: booleanDefaulttrue
- 
Optionalposition?: [number, number]Specifies the center X- and Y-Position of the magnifier in pixels. 
- 
Optionalroundness?: numberSpecifies the roundness of the magnifier between 0 and 100. Default100
- 
Optionalsize?: [number, number]Specifies size of the magnifier in pixels. Default[50,50]
- 
OptionalzoomLevel?: number Specifies zoom level of the magnifier. Default3
Specifies the enabled state of the magnifier.