EqServerExporter class
Implements
Section titled “Implements”Constructors
Section titled “Constructors”constructor
Section titled “constructor”⊕ new EqServerExporter(context: EqContext): EqServerExporter
Parameters:
Section titled “Parameters:”- context: EqContext
Public Methods
Section titled “Public Methods”export
Section titled “export”▸ export(options?: ExportOptions): Promise<any>
Parameters:
Section titled “Parameters:”- options: ExportOptions, Optional
Returns Promise<any>
setFormat
Section titled “setFormat”▸ setFormat(format: string,responseType?: XMLHttpRequestResponseType): void
Parameters:
Section titled “Parameters:”- format:
string - responseType:
XMLHttpRequestResponseType, Optional
Returns void