You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/web-components/src/components/rux-global-status-bar/readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,7 @@ There is one unnamed slot in the Global Status Bar. This slot is intended for an
118
118
|`appState`|`app-state`| Declares what text will render and whether the app-state component will be shown in the app-meta slot |`string \| undefined`|`''`|
119
119
|`appStateColor`|`app-state-color`| Declares the color of the the app-state component background |`"tag1" \| "tag2" \| "tag3" \| "tag4" \| undefined`|`'tag1'`|
120
120
|`appVersion`|`app-version`| Sets the version of the application to be displayed in the app-meta element |`string \| undefined`|`undefined`|
121
+
|`compact`|`compact`| Reduces the height of the global status bar |`boolean`|`false`|
121
122
|`includeIcon`|`include-icon`| Declares whether the menu-icon will be shown in the left-side slot |`boolean`|`false`|
122
123
|`menuIcon`|`menu-icon`| Sets the icon to be displayed in the default rux-icon component |`string`|`'apps'`|
123
124
|`username`|`username`| Declares what text will render and whether the username component will be shown in the app-meta slot |`string \| undefined`|`''`|
0 commit comments