NumericRange interface
Signature
export interface NumericRange
Import
import { NumericRange } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
delta | number | |
max | number | null | |
min | number | null |
delta property
Signature
delta: number;
max property
Signature
max?: number | null;
min property
Signature
min?: number | null;