ViewerMagnifierProperties¶
Type Alias ViewerMagnifierProperties
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;
}
Type declaration
Optionalenabled?: booleanOptionalposition?: [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.
Optionalsize?: [number, number]Specifies size of the magnifier in pixels.
OptionalzoomLevel?: numberSpecifies zoom level of the magnifier.
Specifies the enabled state of the magnifier.