mirror of https://github.com/grafana/grafana.git
45 lines
1014 B
Markdown
45 lines
1014 B
Markdown
|
+++
|
||
|
# -----------------------------------------------------------------------
|
||
|
# 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
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
export interface SingleStatBaseOptions
|
||
|
```
|
||
|
<b>Import</b>
|
||
|
|
||
|
```typescript
|
||
|
import { SingleStatBaseOptions } from '@grafana/ui';
|
||
|
```
|
||
|
<b>Properties</b>
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [fieldOptions](#fieldoptions-property) | <code>FieldDisplayOptions</code> | |
|
||
|
| [orientation](#orientation-property) | <code>VizOrientation</code> | |
|
||
|
|
||
|
### fieldOptions property
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
fieldOptions: FieldDisplayOptions;
|
||
|
```
|
||
|
|
||
|
### orientation property
|
||
|
|
||
|
<b>Signature</b>
|
||
|
|
||
|
```typescript
|
||
|
orientation: VizOrientation;
|
||
|
```
|