textmode.export.js / ExportOverlayController
Interface: ExportOverlayController
Controller for managing the export overlay UI visibility at runtime.
Methods
show()
ts
show(): void;Shows the export overlay UI.
Returns
void
hide()
ts
hide(): void;Hides the export overlay UI.
Returns
void
toggle()
ts
toggle(): void;Toggles the export overlay UI visibility.
Returns
void
isVisible()
ts
isVisible(): boolean;Checks if the export overlay is currently visible.
Returns
boolean