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