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.
71 lines
1.4 KiB
Markdown
71 lines
1.4 KiB
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "StringFieldConfigSettings"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## StringFieldConfigSettings interface
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
export interface StringFieldConfigSettings
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { StringFieldConfigSettings } from '@grafana/data';
|
|
```
|
|
<b>Properties</b>
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [expandTemplateVars](#expandtemplatevars-property) | <code>boolean</code> | |
|
|
| [maxLength](#maxlength-property) | <code>number</code> | |
|
|
| [placeholder](#placeholder-property) | <code>string</code> | |
|
|
| [rows](#rows-property) | <code>number</code> | |
|
|
| [useTextarea](#usetextarea-property) | <code>boolean</code> | |
|
|
|
|
### expandTemplateVars property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
expandTemplateVars?: boolean;
|
|
```
|
|
|
|
### maxLength property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
maxLength?: number;
|
|
```
|
|
|
|
### placeholder property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
placeholder?: string;
|
|
```
|
|
|
|
### rows property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
rows?: number;
|
|
```
|
|
|
|
### useTextarea property
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
useTextarea?: boolean;
|
|
```
|