sp component base.themechangedeventargs - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-component-base > ThemeChangedEventArgs
The object passed when the IThemeProvider.themeChangedEvent is raised.
Signature:
export declare class ThemeChangedEventArgs extends SPEventArgsExtends: SPEventArgs
| Property | Modifiers | Type | Description |
|---|---|---|---|
| theme | ITheme | undefined | The new theme. If the value is undefined, then the theme was cleared. |