Skip to main content

AppActionButtonClasses

@steambrew/client v4.2.1


Type Alias: AppActionButtonClasses

type AppActionButtonClasses = Record<
| "BackgroundAnimation"
| "BreakNarrow"
| "BreakShort"
| "BreakTall"
| "BreakUltraWide"
| "BreakWide"
| "ButtonChild"
| "ButtonText"
| "ButtonThrobberPadding"
| "Disabled"
| "ForceShutdownButton"
| "GamepadUIBreakNarrow"
| "GamepadUIBreakShort"
| "GamepadUIBreakWide"
| "Green"
| "ItemFocusAnim-darkGrey"
| "ItemFocusAnim-darkerGrey"
| "ItemFocusAnim-darkerGrey-nocolor"
| "ItemFocusAnim-green"
| "ItemFocusAnim-grey"
| "ItemFocusAnim-translucent-white-10"
| "ItemFocusAnim-translucent-white-20"
| "ItemFocusAnimBorder-darkGrey"
| "LongButton"
| "NoAction"
| "PlayButton"
| "PlayButtonContainer"
| "RightBreakNarrow"
| "RightBreakUltraNarrow"
| "RightBreakUltraWide"
| "RightBreakWide"
| "ShowStreaming"
| "ShowingStreaming"
| "ShutdownAppButton"
| "StreamingCallout"
| "StreamingCalloutMessage"
| "StreamingCalloutMessageContainer"
| "StreamingContextMenuItem"
| "StreamingSelector"
| "Throbber"
| "ThrobberContainer"
| "WaitingForForceShutdown"
| "WaitingForShutdownSpinner"
| "duration-app-launch"
| "focusAnimation"
| "hoverAnimation"
| "rotate", string>;

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