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