sp component base.themechangedeventargs - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki

Home > @microsoft/sp-component-base > ThemeChangedEventArgs

ThemeChangedEventArgs class

The object passed when the IThemeProvider.themeChangedEvent is raised.

Signature:

export declare class ThemeChangedEventArgs extends SPEventArgs

Extends: SPEventArgs

Properties

Property Modifiers Type Description
theme ITheme | undefined The new theme. If the value is undefined, then the theme was cleared.
⚠️ **GitHub.com Fallback** ⚠️