Skip to main content

CopyTableAsCSVRuntime

FitFileViewer - API Documentation v30.0.1


FitFileViewer - API Documentation / utils/files/export/copyTableAsCSVRuntime / CopyTableAsCSVRuntime

Interface: CopyTableAsCSVRuntime

Defined in: utils/files/export/copyTableAsCSVRuntime.ts:15

Properties​

copyTextUsingBrowserClipboard​

copyTextUsingBrowserClipboard: (text: string) => Promise<boolean>

Defined in: utils/files/export/copyTableAsCSVRuntime.ts:16

Parameters​

text​

string

Returns​

Promise<boolean>


copyTextUsingLegacyExecCommand​

copyTextUsingLegacyExecCommand: (text: string, styles: Readonly<Partial<CSSStyleDeclaration>>) => void

Defined in: utils/files/export/copyTableAsCSVRuntime.ts:17

Parameters​

text​

string

styles​

Readonly<Partial<CSSStyleDeclaration>>

Returns​

void