SystemExportDestination
Export Destinations provided by AdapTable
TypeScript
export type SystemExportDestination =
/**
* Download report to local machine
*/
'Download'
/**
* Copy report to clipboard
*/
| 'Clipboard';Export Destinations provided by AdapTable
export type SystemExportDestination =
/**
* Download report to local machine
*/
'Download'
/**
* Copy report to clipboard
*/
| 'Clipboard';