Skip to main content

QuickAccessMenuClasses

@steambrew/client v4.2.1


Type Alias: QuickAccessMenuClasses

type QuickAccessMenuClasses = Record<
| "ActiveTab"
| "AllTabContents"
| "BackgroundAnimation"
| "BatteryDetailsLabels"
| "BatteryIcon"
| "BatteryPercentageLabel"
| "BatteryProjectedLabel"
| "BatteryProjectedValue"
| "BatterySectionContainer"
| "Blocked"
| "ComingSoon"
| "Container"
| "ContentTransition"
| "Down"
| "EmptyNotifications"
| "Enter"
| "EnterActive"
| "Exit"
| "ExitActive"
| "FooterBoxShadow"
| "FriendsListTabPanel"
| "FriendsTitle"
| "FullHeight"
| "HeaderAndFooterVisible"
| "HeaderContainer"
| "ItemFocusAnim-darkGrey"
| "ItemFocusAnim-darkerGrey"
| "ItemFocusAnim-darkerGrey-nocolor"
| "ItemFocusAnim-green"
| "ItemFocusAnim-grey"
| "ItemFocusAnim-translucent-white-10"
| "ItemFocusAnim-translucent-white-20"
| "ItemFocusAnimBorder-darkGrey"
| "KeyboardButton"
| "Label"
| "LowBattery"
| "LowBatteryGauge"
| "Menu"
| "Open"
| "PanelExitAnchor"
| "PanelOuterNav"
| "PanelSection"
| "PanelSectionRow"
| "PanelSectionTitle"
| "PopupBody"
| "QuickAccessMenu"
| "QuickAccessNotifications"
| "ReallyLow"
| "Remaining"
| "Selected"
| "Tab"
| "TabContentColumn"
| "TabGroupPanel"
| "TabPanelHidden"
| "Tabs"
| "TabsWithFooter"
| "Text"
| "Title"
| "TransitionMenuDelay"
| "Up"
| "VR"
| "ViewPlaceholder"
| "VoiceTab"
| "duration-app-launch"
| "focusAnimation"
| "hoverAnimation"
| "vrgamepadui-floating-bar-popup-panel-height"
| "vrgamepadui-floating-bar-popup-panel-width"
| "vrgamepadui-floating-keyboard-height"
| "vrgamepadui-floating-keyboard-width"
| "vrgamepadui-floating-side-panel-height"
| "vrgamepadui-floating-side-panel-width", string>;

Defined in: src/utils/static-classes.ts:3