UNPKG

asposewordscloud

Version:
22 lines (21 loc) 553 B
import { AttributeInfo } from '../internal/attributeInfo'; import { RunLink } from './runLink'; export declare const importsMapRun: { RunLink: typeof RunLink; }; /** * Run element. */ export declare class Run extends RunLink { /** * Attribute type map */ static attributeTypeMap: Array<AttributeInfo>; /** * Returns attribute type map */ static getAttributeTypeMap(): AttributeInfo[]; constructor(init?: Partial<Run>); collectFilesContent(_resultFilesContent: Array<any>): void; validate(): void; }