@docsvision/webclient
Version:
Type definitions for DocsVision WebClient scripts and extensions.
9 lines (8 loc) • 925 B
TypeScript
import { $LayoutRowController } from '@docsvision/webclient/Generated/DocsVision.WebClient.Controllers';
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models';
import { $LocationContainerControlServices } from '@docsvision/webclient/System/LocationContainerControl';
export declare const DIRECTORY_DESIGNER_INFO_LOCATION_NAME = "DV.DirectoryDesignerRow.Info";
export declare const DIRECTORY_DESIGNER_DIRECTORY_ID = "4538149D-1FC7-4D41-A104-890342C6B4F8";
export declare const DIRECTORY_DESIGNER_NODE_SECTION_ID = "A1DCE6C1-DB96-4666-B418-5A075CDB02C9";
export declare const DIRECTORY_DESIGNER_ROW_SECTION_ID = "1B1A44FB-1FB1-4876-83AA-95AD38907E24";
export declare function showViewWindow(item: GenModels.DirectoryDesignerItem, services: $LayoutRowController & $LocationContainerControlServices & $LayoutRowController, modalHostBinder?: (CommonModalDialogHost: any) => void): Promise<void>;