Warning

Nightly releases are generated automatically from the latest source code and are intended for experimental purposes only. These builds may contain incomplete or untested features, bugs, or security vulnerabilities, and as such, are not for production use. Users should be aware that nightly releases may cause unexpected behavior, data loss, or system instability. Use of these releases is at the user's own risk, and it is advised to have adequate backups before testing. The software is provided as is with no guarantees or support.

ViewerMagnifierProperties

Type Alias ViewerMagnifierProperties

ViewerMagnifierProperties: {
    enabled?: boolean;
    position?: [number, number];
    roundness?: number;
    size?: [number, number];
    zoomLevel?: number;
}

Type declaration

  • Optionalenabled?: boolean

    Specifies the enabled state of the magnifier.

    true
    
  • Optionalposition?: [number, number]

    Specifies the center X- and Y-Position of the magnifier in pixels.

  • Optionalroundness?: number

    Specifies the roundness of the magnifier between 0 and 100.

    100
    
  • Optionalsize?: [number, number]

    Specifies size of the magnifier in pixels.

    [50,50]
    
  • OptionalzoomLevel?: number

    Specifies zoom level of the magnifier.

    3