SidePanelButtonUI Class
Represents a button that toggles the visibility of the side panel in the PDF viewer.
export declare class SidePanelButtonUI extends BasicButtonUI
- Inheritance:
-
SidePanelButtonUI
Remarks
This button handles side panel visibility toggling. When clicked, it emits an event to toggle the side panel's visibility state.
Inherited Properties
| isVisible | The current visibility state of the element. (Inherited from BasicButtonUI) |
Inherited Methods
| click | Simulates a click on the button. (Inherited from BasicButtonUI) |