ZoomUI Class
Represents zoom controls for the viewer toolbar.
export declare class ZoomUI implements VisibilityElement
- Inheritance:
-
ZoomUI
Implements
Properties
isVisible
The current visibility state of the element.
get isVisible(): boolean;
set isVisible(value: boolean);
Parameters
-
value
The new visibility state (true to show, false to hide).