ThemeChangedEventArgs class
The object passed when the IThemeProvider.themeChangedEvent is raised.
- Extends
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