Menu
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Enterprise
Open source
StringFieldConfigSettings interface
Signature
typescript
export interface StringFieldConfigSettings Import
typescript
import { StringFieldConfigSettings } from '@grafana/data';Properties
| Property | Type | Description |
|---|---|---|
| expandTemplateVars | boolean | |
| maxLength | number | |
| placeholder | string | |
| rows | number | |
| useTextarea | boolean |
expandTemplateVars property
Signature
typescript
expandTemplateVars?: boolean;maxLength property
Signature
typescript
maxLength?: number;placeholder property
Signature
typescript
placeholder?: string;rows property
Signature
typescript
rows?: number;useTextarea property
Signature
typescript
useTextarea?: boolean;Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Scroll for more