UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

19 lines (18 loc) 592 B
import { INavBar } from "@docsvision/webclient/Legacy/$NavBar"; import { NavBarMode } from "@docsvision/webclient/Legacy/NavBarMode"; /** @internal */ /** @deprecated */ export declare class NavBar implements INavBar { private mode; private modeLock; SetMode(navBarMode: NavBarMode): void; GetMode(): NavBarMode; get ModeLocked(): string; LockMode(lockComment: string): void; ReleaseModeLock(): void; AddMobileTabs(tabsElement: HTMLElement): void; HideBackButton(): void; ShowBackButton(): void; OnDashboardLoad(): void; OnGoToRoute(): void; }