ThemeChangedEvent class

Called when the theme settings change

Signature

  1. export declare class ThemeChangedEvent extends BusEventWithPayload<GrafanaTheme2>

Import

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

Properties

PropertyModifiersTypeDescription
typestaticstring

type property

Signature

  1. static type: string;