Update space panel expand mechanism (#7230)

This commit is contained in:
Michael Telatynski
2021-12-07 09:32:00 +00:00
committed by GitHub
parent e2ed00db85
commit 275e9c1d02
11 changed files with 107 additions and 39 deletions

View File

@@ -77,6 +77,11 @@ export enum Action {
*/
ToggleUserMenu = "toggle_user_menu",
/**
* Toggles the Space panel. No additional payload information required.
*/
ToggleSpacePanel = "toggle_space_panel",
/**
* Sets the apps root font size. Should be used with UpdateFontSizePayload
*/