mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
44 lines
912 B
Markdown
44 lines
912 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "CSVOptions"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## CSVOptions interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface CSVOptions
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { CSVOptions } from '@grafana/data';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [callback](#callback-property) | <code>CSVParseCallbacks</code> | |
|
|
| [config](#config-property) | <code>CSVConfig</code> | |
|
|
|
|
### callback property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
callback?: CSVParseCallbacks;
|
|
```
|
|
|
|
### config property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
config?: CSVConfig;
|
|
```
|