UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

12 lines (11 loc) 423 B
/** @internal */ export declare enum NavBarMode { /** Default mode - Create and Back buttons, breadcrumb */ NavButtons = 0, /** In mobile mode in nav bar showed search area (current folder, anywhere, etc.) */ SearchMobile = 1, /** In mobile version in card view tabs (main, approoval history, history etc.) showed in nav bar. */ TabsMobile = 2, /** See FolderViews class */ SelectView = 3 }