UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

5 lines (4 loc) 367 B
import { StaffDirectoryItems } from "@docsvision/webclient/BackOffice/StaffDirectoryItems"; import { LayoutControl } from "@docsvision/webclient/System/BaseControl"; export declare function onDataChanged_checkManager(sender: StaffDirectoryItems, ev: any): Promise<void>; export declare function onCardOpened_setManager(sender: LayoutControl, ev: any): Promise<void>;