<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [ember-asset-size-report](./ember-asset-size-report.md) &gt; [GenerateReportOptions](./ember-asset-size-report.generatereportoptions.md)

## GenerateReportOptions interface

> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
> 

Options to pass to the [generateReport() function](./ember-asset-size-report.generatereport_1.md)

<b>Signature:</b>

```typescript
export interface GenerateReportOptions 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [appendData](./ember-asset-size-report.generatereportoptions.appenddata.md) | <code>boolean</code> | <b><i>(BETA)</i></b> if csv file is found to already exist, should we amend data to it or replace it? |
|  [build](./ember-asset-size-report.generatereportoptions.build.md) | <code>boolean</code> | <b><i>(BETA)</i></b> should we make a prod build of the ember-cli app? |
|  [datasetName](./ember-asset-size-report.generatereportoptions.datasetname.md) | <code>string</code> | <b><i>(BETA)</i></b> name of this dataset |
|  [extraJsFiles](./ember-asset-size-report.generatereportoptions.extrajsfiles.md) | <code>string[]</code> | <b><i>(BETA)</i></b> any extra JS files we should include? |
|  [out](./ember-asset-size-report.generatereportoptions.out.md) | <code>string</code> | <b><i>(BETA)</i></b> path to write CSV output to |
|  [project](./ember-asset-size-report.generatereportoptions.project.md) | <code>string</code> | <b><i>(BETA)</i></b> path to ember-cli project |

