UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

4 lines (3 loc) 280 B
export declare function getFunctionByName(name: string, returnOnlyOne?: boolean, customErrorMessage?: (funcName: string, funcData: any) => string, throwException?: boolean): Promise<any>; /** @internal */ export declare function getFunctionByNameEx(name: string): Promise<any[]>;