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
NumberFieldConfigSettings interface
Signature
typescript
export interface NumberFieldConfigSettings Import
typescript
import { NumberFieldConfigSettings } from '@grafana/data';Properties
| Property | Type | Description |
|---|---|---|
| integer | boolean | |
| max | number | |
| min | number | |
| placeholder | string | |
| step | number |
integer property
Signature
typescript
integer?: boolean;max property
Signature
typescript
max?: number;min property
Signature
typescript
min?: number;placeholder property
Signature
typescript
placeholder?: string;step property
Signature
typescript
step?: number;Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:
Scroll for more