PluginCssOptions interface

Option to specify a plugin css that should be applied for the dark and the light theme.

Signature

  1. export interface PluginCssOptions

Import

  1. import { PluginCssOptions } from '@grafana/runtime';

Properties

PropertyTypeDescription
darkstring
lightstring

dark property

Signature

  1. dark: string;

light property

Signature

  1. light: string;