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;
}
Index
Properties
Properties
Optionalenabled
enabled?: boolean
Specifies the enabled state of the magnifier.
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. 0 means a square magnifier, 100 means a circle.
Optionalsize
size?: [number, number]
Specifies size of the magnifier in pixels.
Optionalzoom Level
zoomLevel?: number
Specifies zoom level of the magnifier.
The properties associated with the magnifier of a viewer.
See
ViewerMagnifierAPI