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.
StringFieldConfigSettings interface
Signature
export interface StringFieldConfigSettings
Import
import { StringFieldConfigSettings } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
expandTemplateVars | boolean | |
maxLength | number | |
placeholder | string | |
rows | number | |
useTextarea | boolean |
expandTemplateVars property
Signature
expandTemplateVars?: boolean;
maxLength property
Signature
maxLength?: number;
placeholder property
Signature
placeholder?: string;
rows property
Signature
rows?: number;
useTextarea property
Signature
useTextarea?: boolean;