ConfigOverrideRule interface
Signature
export interface ConfigOverrideRule
Import
import { ConfigOverrideRule } from '@grafana/data';
Properties
Property | Type | Description |
---|---|---|
matcher | MatcherConfig | |
properties | DynamicConfigValue[] |
matcher property
Signature
matcher: MatcherConfig;
properties property
Signature
properties: DynamicConfigValue[];