<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`Plugin`](Plugin) › [`saveData`](Plugin/saveData)
## Plugin.saveData() method
Write settings data to disk. Data is stored in `data.json` in the plugin folder.
**Signature:**
```typescript
saveData(data: any): Promise<void>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| <code>data</code> | <code>any</code> | |
**Returns:**
`Promise<void>`