ViewerMagnifierProperties¶
Interface ViewerMagnifierProperties
interface ViewerMagnifierProperties {
enabled?: boolean;
position?: [number, number];
roundness?: number;
size?: [number, number];
zoomLevel?: number;
}
enabled?: boolean;
position?: [number, number];
roundness?: number;
size?: [number, number];
zoomLevel?: number;
}
Properties
Optionalenabled
enabled?: boolean
Optionalposition
position?: [number, number]
Specifies the center X- and Y-Position of the magnifier in pixels.
Optionalroundness
roundness?: number
Specifies the roundness of the magnifier between 0 and 100.
Optionalsize
size?: [number, number]
Specifies size of the magnifier in pixels.
Optionalzoom
zoomLevel?: number
Specifies zoom level of the magnifier.
Specifies the enabled state of the magnifier.