ByNamesMatcherOptions interface

Options to instruct the by names matcher to either match all fields in given list or all except the fields in the list.

Signature

  1. export interface ByNamesMatcherOptions

Import

  1. import { ByNamesMatcherOptions } from '@grafana/data';

Properties

PropertyTypeDescription
modeByNamesMatcherMode
namesstring[]
prefixstring
readOnlyboolean

mode property

Signature

  1. mode?: ByNamesMatcherMode;

names property

Signature

  1. names?: string[];

prefix property

Signature

  1. prefix?: string;

readOnly property

Signature

  1. readOnly?: boolean;