Edit

Share via


ThemeChangedEventArgs class

The object passed when the IThemeProvider.themeChangedEvent is raised.

Extends

Properties

theme

The new theme. If the value is undefined, then the theme was cleared.

themeV2

Property Details

theme

The new theme. If the value is undefined, then the theme was cleared.

readonly theme: ITheme | undefined;

Property Value

ITheme | undefined

themeV2

readonly themeV2: Theme | undefined;

Property Value

@fluentui/tokens!Theme:type | undefined