exportTitle
Home > @gooddata/sdk-ui > IVisualizationProps > exportTitle
IVisualizationProps.exportTitle property
Set title to use for exported files.
Signature:
exportTitle?: string;
Remarks
Note: you can also specify export file name as parameters to the export function which you receive in the onExportReady. If you do not specify title here and neither as input to export function, the the name will default to name of the visualization component.