UNPKG

@docsvision/webclient

Version:

Type definitions for DocsVision WebClient scripts and extensions.

7 lines (6 loc) 278 B
import { GenModels } from '@docsvision/webclient/Generated/DocsVision.WebClient.Models'; import { IEventArgs } from '@docsvision/webclient/System/IEventArgs'; export interface IFileDownloadEventArgs extends IEventArgs { file: GenModels.FileCardModel; fileData?: Blob; }