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
Optional
enabled
enabled?: boolean
Optional
position
position?: [number, number]
Specifies the center X- and Y-Position of the magnifier in pixels.
Optional
roundness
roundness?: number
Specifies the roundness of the magnifier between 0 and 100.
Optional
size
size?: [number, number]
Specifies size of the magnifier in pixels.
Optional
zoom Level
zoomLevel?: number
Specifies zoom level of the magnifier.
Specifies the enabled state of the magnifier.