UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

8 lines (7 loc) 607 B
import { CustomButton } from "@docsvision/webclient/Platform/CustomButton"; import { BaseControl, LayoutControl } from '@docsvision/webclient/System/BaseControl'; export declare function approvalChildTask_Cancel(sender: CustomButton): void; export declare function approvalChildTask_Save(sender: CustomButton): Promise<void>; export declare function approvalChildTask_LoadDefaults(sender: CustomButton): Promise<void>; export declare function approvalChildTask_SortButtons(sender: LayoutControl, event: any): void; export declare function approvalChildTaskValidateForm(sender: BaseControl<any, any>): void;