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

GetDataSourceListFilters interface

Signature

typescript
export interface GetDataSourceListFilters 

Import

typescript
import { GetDataSourceListFilters } from '@grafana/runtime';

Properties

PropertyTypeDescription
annotationsboolean
dashboardboolean
metricsboolean
mixedboolean
pluginIdstring
tracingboolean
variablesboolean

annotations property

Signature

typescript
annotations?: boolean;

dashboard property

Signature

typescript
dashboard?: boolean;

metrics property

Signature

typescript
metrics?: boolean;

mixed property

Signature

typescript
mixed?: boolean;

pluginId property

Signature

typescript
pluginId?: string;

tracing property

Signature

typescript
tracing?: boolean;

variables property

Signature

typescript
variables?: boolean;