UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

10 lines (9 loc) 332 B
import { NavigatorFolderType } from "@docsvision/webclient/Legacy/NavigatorFolderType"; /** @internal */ export declare class NavigatorFolderRequest { private folderId; private folderType; constructor(id: string, folderType: NavigatorFolderType); get FolderId(): string; get FolderType(): NavigatorFolderType; }