ViewerMagnifierProperties#

Type alias ViewerMagnifierProperties

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

Type declaration

  • Optional enabled?: boolean

    Specifies the enabled state of the magnifier.

    Default

    true
    
  • Optional position?: [number, number]

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

  • Optional roundness?: number

    Specifies the roundness of the magnifier between 0 and 100.

    Default

    100
    
  • Optional size?: [number, number]

    Specifies size of the magnifier in pixels.

    Default

    [50,50]
    
  • Optional zoomLevel?: number

    Specifies zoom level of the magnifier.

    Default

    3
    

Did you find this page useful? Please give it a rating:
Thank you for rating this page!
Any issues or feedback?
What kind of problem would you like to report?
Please tell us more about what's wrong: