UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

16 lines (15 loc) 1.14 kB
import { $LayoutController } from "@docsvision/webclient/Generated/DocsVision.WebClient.Controllers"; import { GenModels } from "@docsvision/webclient/Generated/DocsVision.WebClient.Models"; import { $CurrentLocation } from "@docsvision/webclient/System/LayoutServices"; import { $LayoutManager } from "@docsvision/webclient/System/$LayoutManager"; import { $Layout } from "@docsvision/webclient/System/$Layout"; import { $DeviceType } from "@docsvision/webclient/StandardServices"; export declare function getLocationContainerMockServices(): $LayoutController & $LayoutManager & $CurrentLocation & $Layout & $DeviceType; export declare function locationContainerStoryCustomloader(): Promise<GenModels.LayoutViewModel>; export declare function locationContainerStoryCustomloaderForReaload(): Promise<GenModels.LayoutViewModel>; export declare const locationContainerStoryLayoutGuid = "b64c55d9-4817-4ad4-9816-8af35022c32e"; export declare function locationContainerStoryRegisterControls(): void; export declare function getLayoutModel({ controlName, layoutId }: { controlName: any; layoutId: any; }): GenModels.LayoutViewModel;