+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "SingleStatBaseOptions" keywords = ["grafana","documentation","sdk","@grafana/ui"] type = "docs" draft = true +++ ## SingleStatBaseOptions interface Signature ```typescript export interface SingleStatBaseOptions ``` Import ```typescript import { SingleStatBaseOptions } from '@grafana/ui'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [fieldOptions](#fieldoptions-property) | FieldDisplayOptions | | | [orientation](#orientation-property) | VizOrientation | | ### fieldOptions property Signature ```typescript fieldOptions: FieldDisplayOptions; ``` ### orientation property Signature ```typescript orientation: VizOrientation; ```