+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "CSVOptions" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## CSVOptions interface Signature ```typescript export interface CSVOptions ``` Import ```typescript import { CSVOptions } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [callback](#callback-property) | CSVParseCallbacks | | | [config](#config-property) | CSVConfig | | ### callback property Signature ```typescript callback?: CSVParseCallbacks; ``` ### config property Signature ```typescript config?: CSVConfig; ```