Appearance
Interface: ThemeChangePayload
Payload shape for the themeChange event. Emitted when a theme is applied via setTheme, via CMS remote push, or via user-toggled UI.
Properties
| Property | Type | Description |
|---|---|---|
theme | Theme | Full theme object that was applied. |
themeId | string | Applied theme id (e.g., "mapstedDark" or a CMS ObjectId string). |