StatsPickerConfigSettings interface
Signature
export interface StatsPickerConfigSettings
Import
import { StatsPickerConfigSettings } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
allowMultiple | boolean | Enable multi-selection in the stats picker |
defaultStat | string | Default stats to be use in the stats picker |
allowMultiple property
Enable multi-selection in the stats picker
Signature
allowMultiple: boolean;
defaultStat property
Default stats to be use in the stats picker
Signature
defaultStat?: string;