exportTitle
Home > @gooddata/sdk-ui > IRawExecuteProps > exportTitle
IRawExecuteProps.exportTitle property
Name to use for files exported from this component.
Signature:
exportTitle?: string;
Remarks
If you do not specify this, then the 'RawExecute' will be used instead.
Note: it is also possible to pass custom name to the export function that will be sent via the onExportReady callback. That approach is preferred if you need to assign the names in an ad-hoc fashion.