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

PropertyTypeDescription
expandTemplateVarsboolean
maxLengthnumber
placeholderstring
rowsnumber
useTextareaboolean

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;