UNPKG

asposewordscloud

Version:
22 lines (21 loc) 580 B
import { AttributeInfo } from '../internal/attributeInfo'; import { Link } from './link'; export declare const importsMapFileLink: { Link: typeof Link; }; /** * Provides information for the file link. */ export declare class FileLink extends Link { /** * Attribute type map */ static attributeTypeMap: Array<AttributeInfo>; /** * Returns attribute type map */ static getAttributeTypeMap(): AttributeInfo[]; constructor(init?: Partial<FileLink>); collectFilesContent(_resultFilesContent: Array<any>): void; validate(): void; }