SearchUI Class
Represents search controls for the viewer toolbar.
export declare class SearchUI implements VisibilityElement
- Inheritance:
-
SearchUI
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).