@decky/ui 4.9.1 → 4.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/SidebarNavigation.d.ts +1 -1
- package/dist/globals/SteamClient.d.ts +1 -304
- package/dist/globals/steam-client/App.d.ts +880 -0
- package/dist/globals/steam-client/App.js +320 -0
- package/dist/globals/steam-client/Auth.d.ts +57 -0
- package/dist/globals/steam-client/Auth.js +19 -0
- package/dist/globals/steam-client/Broadcast.d.ts +22 -0
- package/dist/globals/steam-client/Broadcast.js +1 -0
- package/dist/globals/steam-client/Browser.d.ts +45 -0
- package/dist/globals/steam-client/Browser.js +17 -0
- package/dist/globals/steam-client/ClientNotifications.d.ts +20 -0
- package/dist/globals/steam-client/ClientNotifications.js +6 -0
- package/dist/globals/steam-client/Cloud.d.ts +4 -0
- package/dist/globals/steam-client/Cloud.js +1 -0
- package/dist/globals/steam-client/CommunityItems.d.ts +5 -0
- package/dist/globals/steam-client/CommunityItems.js +1 -0
- package/dist/globals/steam-client/Console.d.ts +11 -0
- package/dist/globals/steam-client/Console.js +1 -0
- package/dist/globals/steam-client/Customization.d.ts +8 -0
- package/dist/globals/steam-client/Customization.js +1 -0
- package/dist/globals/steam-client/Downloads.d.ts +63 -0
- package/dist/globals/steam-client/Downloads.js +1 -0
- package/dist/globals/steam-client/FamilySharing.d.ts +20 -0
- package/dist/globals/steam-client/FamilySharing.js +1 -0
- package/dist/globals/steam-client/FriendSettings.d.ts +49 -0
- package/dist/globals/steam-client/FriendSettings.js +6 -0
- package/dist/globals/steam-client/Friends.d.ts +27 -0
- package/dist/globals/steam-client/Friends.js +1 -0
- package/dist/globals/steam-client/GameNotes.d.ts +41 -0
- package/dist/globals/steam-client/GameNotes.js +1 -0
- package/dist/globals/steam-client/GameRecording.d.ts +20 -0
- package/dist/globals/steam-client/GameRecording.js +1 -0
- package/dist/globals/steam-client/GameSessions.d.ts +26 -0
- package/dist/globals/steam-client/GameSessions.js +1 -0
- package/dist/globals/steam-client/Input.d.ts +421 -0
- package/dist/globals/steam-client/Input.js +170 -0
- package/dist/globals/steam-client/InstallFolder.d.ts +57 -0
- package/dist/globals/steam-client/InstallFolder.js +1 -0
- package/dist/globals/steam-client/Installs.d.ts +60 -0
- package/dist/globals/steam-client/Installs.js +20 -0
- package/dist/globals/steam-client/Messaging.d.ts +5 -0
- package/dist/globals/steam-client/Messaging.js +1 -0
- package/dist/globals/steam-client/Music.d.ts +36 -0
- package/dist/globals/steam-client/Music.js +14 -0
- package/dist/globals/steam-client/Notifications.d.ts +260 -0
- package/dist/globals/steam-client/Notifications.js +73 -0
- package/dist/globals/steam-client/OpenVR.d.ts +85 -0
- package/dist/globals/steam-client/OpenVR.js +16 -0
- package/dist/globals/steam-client/Overlay.d.ts +58 -0
- package/dist/globals/steam-client/Overlay.js +18 -0
- package/dist/globals/steam-client/Parental.d.ts +69 -0
- package/dist/globals/steam-client/Parental.js +19 -0
- package/dist/globals/steam-client/RemotePlay.d.ts +225 -0
- package/dist/globals/steam-client/RemotePlay.js +71 -0
- package/dist/globals/steam-client/Screenshots.d.ts +47 -0
- package/dist/globals/steam-client/Screenshots.js +8 -0
- package/dist/globals/steam-client/ServerBrowser.d.ts +117 -0
- package/dist/globals/steam-client/ServerBrowser.js +26 -0
- package/dist/globals/steam-client/Settings.d.ts +398 -0
- package/dist/globals/steam-client/Settings.js +96 -0
- package/dist/globals/steam-client/SharedConnection.d.ts +22 -0
- package/dist/globals/steam-client/SharedConnection.js +1 -0
- package/dist/globals/steam-client/Stats.d.ts +4 -0
- package/dist/globals/steam-client/Stats.js +1 -0
- package/dist/globals/steam-client/SteamChina.d.ts +3 -0
- package/dist/globals/steam-client/SteamChina.js +1 -0
- package/dist/globals/steam-client/Storage.d.ts +8 -0
- package/dist/globals/steam-client/Storage.js +1 -0
- package/dist/globals/steam-client/Streaming.d.ts +15 -0
- package/dist/globals/steam-client/Streaming.js +1 -0
- package/dist/globals/steam-client/UI.d.ts +44 -0
- package/dist/globals/steam-client/UI.js +12 -0
- package/dist/globals/steam-client/URL.d.ts +16 -0
- package/dist/globals/steam-client/URL.js +1 -0
- package/dist/globals/steam-client/Updates.d.ts +68 -0
- package/dist/globals/steam-client/Updates.js +34 -0
- package/dist/globals/steam-client/User.d.ts +130 -0
- package/dist/globals/steam-client/User.js +33 -0
- package/dist/globals/steam-client/WebChat.d.ts +60 -0
- package/dist/globals/steam-client/WebChat.js +6 -0
- package/dist/globals/steam-client/WebUITransport.d.ts +11 -0
- package/dist/globals/steam-client/WebUITransport.js +1 -0
- package/dist/globals/steam-client/Window.d.ts +66 -0
- package/dist/globals/steam-client/Window.js +6 -0
- package/dist/globals/steam-client/browser-view/BrowserViewPopup.d.ts +124 -0
- package/dist/globals/steam-client/browser-view/BrowserViewPopup.js +35 -0
- package/dist/globals/steam-client/browser-view/index.d.ts +20 -0
- package/dist/globals/steam-client/browser-view/index.js +1 -0
- package/dist/globals/steam-client/index.d.ts +89 -0
- package/dist/globals/steam-client/index.js +1 -0
- package/dist/globals/steam-client/shared.d.ts +166 -0
- package/dist/globals/steam-client/shared.js +146 -0
- package/dist/globals/steam-client/system/Audio.d.ts +42 -0
- package/dist/globals/steam-client/system/Audio.js +1 -0
- package/dist/globals/steam-client/system/AudioDevice.d.ts +92 -0
- package/dist/globals/steam-client/system/AudioDevice.js +33 -0
- package/dist/globals/steam-client/system/Bluetooth.d.ts +47 -0
- package/dist/globals/steam-client/system/Bluetooth.js +15 -0
- package/dist/globals/steam-client/system/Devkit.d.ts +7 -0
- package/dist/globals/steam-client/system/Devkit.js +1 -0
- package/dist/globals/steam-client/system/Display.d.ts +10 -0
- package/dist/globals/steam-client/system/Display.js +1 -0
- package/dist/globals/steam-client/system/DisplayManager.d.ts +9 -0
- package/dist/globals/steam-client/system/DisplayManager.js +1 -0
- package/dist/globals/steam-client/system/Dock.d.ts +19 -0
- package/dist/globals/steam-client/system/Dock.js +1 -0
- package/dist/globals/steam-client/system/Perf.d.ts +159 -0
- package/dist/globals/steam-client/system/Perf.js +53 -0
- package/dist/globals/steam-client/system/Report.d.ts +13 -0
- package/dist/globals/steam-client/system/Report.js +1 -0
- package/dist/globals/steam-client/system/UI.d.ts +28 -0
- package/dist/globals/steam-client/system/UI.js +1 -0
- package/dist/globals/steam-client/system/index.d.ts +243 -0
- package/dist/globals/steam-client/system/index.js +111 -0
- package/dist/globals/steam-client/system/network/Device.d.ts +10 -0
- package/dist/globals/steam-client/system/network/Device.js +1 -0
- package/dist/globals/steam-client/system/network/index.d.ts +312 -0
- package/dist/globals/steam-client/system/network/index.js +55 -0
- package/dist/globals/stores.d.ts +26 -13
- package/dist/modules/Router.d.ts +2 -39
- package/dist/modules/Router.js +0 -39
- package/package.json +1 -1
- package/src/components/SidebarNavigation.ts +1 -1
- package/src/globals/SteamClient.ts +4 -320
- package/src/globals/steam-client/App.ts +1749 -0
- package/src/globals/steam-client/Auth.ts +105 -0
- package/src/globals/steam-client/Broadcast.ts +56 -0
- package/src/globals/steam-client/Browser.ts +91 -0
- package/src/globals/steam-client/ClientNotifications.ts +39 -0
- package/src/globals/steam-client/Cloud.ts +14 -0
- package/src/globals/steam-client/CommunityItems.ts +24 -0
- package/src/globals/steam-client/Console.ts +43 -0
- package/src/globals/steam-client/Customization.ts +12 -0
- package/src/globals/steam-client/Downloads.ts +175 -0
- package/src/globals/steam-client/FamilySharing.ts +30 -0
- package/src/globals/steam-client/FriendSettings.ts +80 -0
- package/src/globals/steam-client/Friends.ts +70 -0
- package/src/globals/steam-client/GameNotes.ts +73 -0
- package/src/globals/steam-client/GameRecording.ts +29 -0
- package/src/globals/steam-client/GameSessions.ts +59 -0
- package/src/globals/steam-client/Input.ts +762 -0
- package/src/globals/steam-client/InstallFolder.ts +167 -0
- package/src/globals/steam-client/Installs.ts +131 -0
- package/src/globals/steam-client/Messaging.ts +20 -0
- package/src/globals/steam-client/Music.ts +99 -0
- package/src/globals/steam-client/Notifications.ts +333 -0
- package/src/globals/steam-client/OpenVR.ts +122 -0
- package/src/globals/steam-client/Overlay.ts +172 -0
- package/src/globals/steam-client/Parental.ts +129 -0
- package/src/globals/steam-client/RemotePlay.ts +342 -0
- package/src/globals/steam-client/Screenshots.ts +149 -0
- package/src/globals/steam-client/ServerBrowser.ts +372 -0
- package/src/globals/steam-client/Settings.ts +663 -0
- package/src/globals/steam-client/SharedConnection.ts +43 -0
- package/src/globals/steam-client/Stats.ts +10 -0
- package/src/globals/steam-client/SteamChina.ts +3 -0
- package/src/globals/steam-client/Storage.ts +24 -0
- package/src/globals/steam-client/Streaming.ts +59 -0
- package/src/globals/steam-client/UI.ts +90 -0
- package/src/globals/steam-client/URL.ts +174 -0
- package/src/globals/steam-client/Updates.ts +101 -0
- package/src/globals/steam-client/User.ts +266 -0
- package/src/globals/steam-client/WebChat.ts +164 -0
- package/src/globals/steam-client/WebUITransport.ts +21 -0
- package/src/globals/steam-client/Window.ts +235 -0
- package/src/globals/steam-client/browser-view/BrowserViewPopup.ts +393 -0
- package/src/globals/steam-client/browser-view/index.ts +54 -0
- package/src/globals/steam-client/index.ts +90 -0
- package/src/globals/steam-client/shared.ts +262 -0
- package/src/globals/steam-client/system/Audio.ts +202 -0
- package/src/globals/steam-client/system/AudioDevice.ts +116 -0
- package/src/globals/steam-client/system/Bluetooth.ts +171 -0
- package/src/globals/steam-client/system/Devkit.ts +11 -0
- package/src/globals/steam-client/system/Display.ts +15 -0
- package/src/globals/steam-client/system/DisplayManager.ts +16 -0
- package/src/globals/steam-client/system/Dock.ts +34 -0
- package/src/globals/steam-client/system/Perf.ts +194 -0
- package/src/globals/steam-client/system/Report.ts +39 -0
- package/src/globals/steam-client/system/UI.ts +38 -0
- package/src/globals/steam-client/system/index.ts +390 -0
- package/src/globals/steam-client/system/network/Device.ts +17 -0
- package/src/globals/steam-client/system/network/index.ts +403 -0
- package/src/globals/stores.ts +30 -13
- package/src/modules/Router.ts +2 -40
|
@@ -11,7 +11,7 @@ export interface SidebarNavigationPage {
|
|
|
11
11
|
padding?: 'none' | 'compact';
|
|
12
12
|
}
|
|
13
13
|
export interface SidebarNavigationProps {
|
|
14
|
-
title?:
|
|
14
|
+
title?: ReactNode;
|
|
15
15
|
pages: (SidebarNavigationPage | 'separator')[];
|
|
16
16
|
showTitle?: boolean;
|
|
17
17
|
disableRouteReporting?: boolean;
|
|
@@ -1,307 +1,4 @@
|
|
|
1
|
+
import { SteamClient } from "./steam-client";
|
|
1
2
|
declare global {
|
|
2
3
|
var SteamClient: SteamClient;
|
|
3
4
|
}
|
|
4
|
-
export interface Apps {
|
|
5
|
-
RegisterForAppOverviewChanges: any;
|
|
6
|
-
RegisterForAppDetails: any;
|
|
7
|
-
RegisterForLocalizationChanges: any;
|
|
8
|
-
RegisterForWorkshopChanges: any;
|
|
9
|
-
RegisterForWorkshopItemDownloads: any;
|
|
10
|
-
GetLibraryBootstrapData: any;
|
|
11
|
-
RegisterForAchievementChanges: any;
|
|
12
|
-
GetFriendAchievementsForApp: any;
|
|
13
|
-
GetMyAchievementsForApp: any;
|
|
14
|
-
AddUserTagToApps: any;
|
|
15
|
-
RemoveUserTagFromApps: any;
|
|
16
|
-
ClearUserTagsOnApps: any;
|
|
17
|
-
ClearAndSetUserTagsOnApp: any;
|
|
18
|
-
SetAppHidden: any;
|
|
19
|
-
ResetHiddenState: any;
|
|
20
|
-
SetAppLaunchOptions: any;
|
|
21
|
-
SetAppResolutionOverride: any;
|
|
22
|
-
SetAppCurrentLanguage: any;
|
|
23
|
-
SetAppAutoUpdateBehavior: any;
|
|
24
|
-
SetAppBackgroundDownloadsBehavior: any;
|
|
25
|
-
ToggleAppFamilyBlockedState: any;
|
|
26
|
-
ToggleAppSteamCloudEnabled: any;
|
|
27
|
-
ToggleAppSteamCloudSyncOnSuspendEnabled: any;
|
|
28
|
-
ToggleOverrideResolutionForInternalDisplay: any;
|
|
29
|
-
ToggleEnableSteamOverlayForApp: any;
|
|
30
|
-
ToggleEnableDesktopTheatreForApp: any;
|
|
31
|
-
BrowseLocalFilesForApp: any;
|
|
32
|
-
BrowseScreenshotsForApp: any;
|
|
33
|
-
BrowseScreenshotForApp: any;
|
|
34
|
-
BackupFilesForApp: any;
|
|
35
|
-
VerifyFilesForApp: any;
|
|
36
|
-
CreateDesktopShortcutForApp: any;
|
|
37
|
-
JoinAppContentBeta: any;
|
|
38
|
-
JoinAppContentBetaByPassword: any;
|
|
39
|
-
GetAchievementsInTimeRange: any;
|
|
40
|
-
GetSubscribedWorkshopItems: any;
|
|
41
|
-
SubscribeWorkshopItem: any;
|
|
42
|
-
GetDownloadedWorkshopItems: any;
|
|
43
|
-
DownloadWorkshopItem: any;
|
|
44
|
-
SetLocalScreenshotCaption: any;
|
|
45
|
-
SetLocalScreenshotSpoiler: any;
|
|
46
|
-
GetDetailsForScreenshotUpload: any;
|
|
47
|
-
UploadLocalScreenshot: any;
|
|
48
|
-
DeleteLocalScreenshot: any;
|
|
49
|
-
GetScreenshotsInTimeRange: any;
|
|
50
|
-
GetFriendsWhoPlay: any;
|
|
51
|
-
RequestLegacyCDKeysForApp: any;
|
|
52
|
-
GetSoundtrackDetails: any;
|
|
53
|
-
GetStoreTagLocalization: any;
|
|
54
|
-
GetLaunchOptionsForApp: any;
|
|
55
|
-
GetResolutionOverrideForApp: any;
|
|
56
|
-
ScanForShortcuts: any;
|
|
57
|
-
GetAllShortcuts: any;
|
|
58
|
-
GetShortcutData: any;
|
|
59
|
-
AddShortcut: any;
|
|
60
|
-
RemoveShortcut: any;
|
|
61
|
-
InstallFlatpakAppAndCreateShortcut: any;
|
|
62
|
-
ListFlatpakApps: any;
|
|
63
|
-
UninstallFlatpakApp: any;
|
|
64
|
-
ShowControllerConfigurator: any;
|
|
65
|
-
SetThirdPartyControllerConfiguration: any;
|
|
66
|
-
ToggleAllowDesktopConfiguration: any;
|
|
67
|
-
SetControllerRumblePreference: any;
|
|
68
|
-
GetCachedAppDetails: any;
|
|
69
|
-
SetCachedAppDetails: any;
|
|
70
|
-
ReportLibraryAssetCacheMiss: any;
|
|
71
|
-
SaveAchievementProgressCache: any;
|
|
72
|
-
SetStreamingClientForApp: any;
|
|
73
|
-
SetCustomArtworkForApp: any;
|
|
74
|
-
ClearCustomArtworkForApp: any;
|
|
75
|
-
SetCustomLogoPositionForApp: any;
|
|
76
|
-
ClearCustomLogoPositionForApp: any;
|
|
77
|
-
RequestIconDataForApp: any;
|
|
78
|
-
SpecifyCompatTool: any;
|
|
79
|
-
GetAvailableCompatTools: any;
|
|
80
|
-
SetShortcutName: any;
|
|
81
|
-
SetShortcutExe: any;
|
|
82
|
-
SetShortcutStartDir: any;
|
|
83
|
-
SetShortcutLaunchOptions: any;
|
|
84
|
-
SetShortcutIsVR: any;
|
|
85
|
-
PromptToChangeShortcut: any;
|
|
86
|
-
PromptToSelectShortcutIcon: any;
|
|
87
|
-
InstallApp: any;
|
|
88
|
-
RunGame: any;
|
|
89
|
-
VerifyApp: any;
|
|
90
|
-
StreamGame: any;
|
|
91
|
-
CancelLaunch: any;
|
|
92
|
-
TerminateApp: any;
|
|
93
|
-
UninstallApps: any;
|
|
94
|
-
ShowStore: any;
|
|
95
|
-
SetDLCEnabled: any;
|
|
96
|
-
ContinueGameAction: any;
|
|
97
|
-
CancelGameAction: any;
|
|
98
|
-
GetActiveGameActions: any;
|
|
99
|
-
GetGameActionDetails: any;
|
|
100
|
-
GetGameActionForApp: any;
|
|
101
|
-
SkipShaderProcessing: any;
|
|
102
|
-
MarkEulaAccepted: any;
|
|
103
|
-
MarkEulaRejected: any;
|
|
104
|
-
LoadEula: any;
|
|
105
|
-
GetConflictingFileTimestamps: any;
|
|
106
|
-
GetCloudPendingRemoteOperations: any;
|
|
107
|
-
ClearProton: any;
|
|
108
|
-
RegisterForMarketingMessages: any;
|
|
109
|
-
FetchMarketingMessages: any;
|
|
110
|
-
MarkMarketingMessageSeen: any;
|
|
111
|
-
ReportMarketingMessageSeen: any;
|
|
112
|
-
RegisterForGameActionStart: any;
|
|
113
|
-
RegisterForGameActionEnd: any;
|
|
114
|
-
RegisterForGameActionTaskChange: any;
|
|
115
|
-
RegisterForGameActionUserRequest: any;
|
|
116
|
-
RegisterForGameActionShowError: any;
|
|
117
|
-
RegisterForGameActionShowUI: any;
|
|
118
|
-
OpenAppSettingsDialog: any;
|
|
119
|
-
}
|
|
120
|
-
export interface Window {
|
|
121
|
-
RegisterForExternalDisplayChanged: any;
|
|
122
|
-
SetManualDisplayScaleFactor: any;
|
|
123
|
-
SetAutoDisplayScale: any;
|
|
124
|
-
Minimize: any;
|
|
125
|
-
ProcessShuttingDown: any;
|
|
126
|
-
ToggleMaximize: any;
|
|
127
|
-
MoveTo: any;
|
|
128
|
-
ResizeTo: any;
|
|
129
|
-
SetMinSize: any;
|
|
130
|
-
SetResizeGrip: any;
|
|
131
|
-
SetComposition: any;
|
|
132
|
-
GamescopeBlur: any;
|
|
133
|
-
BringToFront: any;
|
|
134
|
-
SetForegroundWindow: any;
|
|
135
|
-
SetKeyFocus: any;
|
|
136
|
-
FlashWindow: any;
|
|
137
|
-
StopFlashWindow: any;
|
|
138
|
-
ShowWindow: any;
|
|
139
|
-
HideWindow: any;
|
|
140
|
-
SetWindowIcon: any;
|
|
141
|
-
GetWindowDimensions: any;
|
|
142
|
-
GetWindowRestoreDetails: any;
|
|
143
|
-
PositionWindowRelative: any;
|
|
144
|
-
GetMousePositionDetails: any;
|
|
145
|
-
IsWindowMinimized: any;
|
|
146
|
-
GetBrowserID: any;
|
|
147
|
-
}
|
|
148
|
-
export interface SteamClient {
|
|
149
|
-
Apps: Apps;
|
|
150
|
-
Browser: any;
|
|
151
|
-
BrowserView: any;
|
|
152
|
-
ClientNotifications: any;
|
|
153
|
-
Cloud: any;
|
|
154
|
-
Console: any;
|
|
155
|
-
Downloads: any;
|
|
156
|
-
FamilySharing: any;
|
|
157
|
-
FriendSettings: any;
|
|
158
|
-
Friends: any;
|
|
159
|
-
GameSessions: any;
|
|
160
|
-
Input: any;
|
|
161
|
-
InstallFolder: any;
|
|
162
|
-
Installs: any;
|
|
163
|
-
MachineStorage: any;
|
|
164
|
-
Messaging: any;
|
|
165
|
-
Notifications: any;
|
|
166
|
-
OpenVR: any;
|
|
167
|
-
Overlay: any;
|
|
168
|
-
Parental: any;
|
|
169
|
-
RegisterIFrameNavigatedCallback: any;
|
|
170
|
-
RemotePlay: any;
|
|
171
|
-
RoamingStorage: any;
|
|
172
|
-
Screenshots: any;
|
|
173
|
-
Settings: any;
|
|
174
|
-
SharedConnection: any;
|
|
175
|
-
Stats: any;
|
|
176
|
-
Storage: any;
|
|
177
|
-
Streaming: any;
|
|
178
|
-
System: any;
|
|
179
|
-
UI: any;
|
|
180
|
-
URL: any;
|
|
181
|
-
Updates: any;
|
|
182
|
-
User: any;
|
|
183
|
-
WebChat: any;
|
|
184
|
-
Window: Window;
|
|
185
|
-
}
|
|
186
|
-
export interface SteamShortcut {
|
|
187
|
-
appid: number;
|
|
188
|
-
data: {
|
|
189
|
-
bIsApplication: boolean;
|
|
190
|
-
strAppName: string;
|
|
191
|
-
strExePath: string;
|
|
192
|
-
strArguments: string;
|
|
193
|
-
strShortcutPath: string;
|
|
194
|
-
strSortAs: string;
|
|
195
|
-
};
|
|
196
|
-
}
|
|
197
|
-
export interface LifetimeNotification {
|
|
198
|
-
unAppID: number;
|
|
199
|
-
nInstanceID: number;
|
|
200
|
-
bRunning: boolean;
|
|
201
|
-
}
|
|
202
|
-
export type AppAchievements = {
|
|
203
|
-
nAchieved: number;
|
|
204
|
-
nTotal: number;
|
|
205
|
-
vecAchievedHidden: any[];
|
|
206
|
-
vecHighlight: any[];
|
|
207
|
-
vecUnachieved: any[];
|
|
208
|
-
};
|
|
209
|
-
export type AppLanguages = {
|
|
210
|
-
strDisplayName: string;
|
|
211
|
-
strShortName: string;
|
|
212
|
-
};
|
|
213
|
-
export type LogoPinPositions = 'BottomLeft' | 'UpperLeft' | 'CenterCenter' | 'UpperCenter' | 'BottomCenter';
|
|
214
|
-
export interface LogoPosition {
|
|
215
|
-
pinnedPosition: LogoPinPositions;
|
|
216
|
-
nWidthPct: number;
|
|
217
|
-
nHeightPct: number;
|
|
218
|
-
}
|
|
219
|
-
export interface AppDetails {
|
|
220
|
-
achievements: AppAchievements;
|
|
221
|
-
bCanMoveInstallFolder: boolean;
|
|
222
|
-
bCloudAvailable: boolean;
|
|
223
|
-
bCloudEnabledForAccount: boolean;
|
|
224
|
-
bCloudEnabledForApp: boolean;
|
|
225
|
-
bCloudSyncOnSuspendAvailable: boolean;
|
|
226
|
-
bCloudSyncOnSuspendEnabled: boolean;
|
|
227
|
-
bCommunityMarketPresence: boolean;
|
|
228
|
-
bEnableAllowDesktopConfiguration: boolean;
|
|
229
|
-
bFreeRemovableLicense: boolean;
|
|
230
|
-
bHasAllLegacyCDKeys: boolean;
|
|
231
|
-
bHasAnyLocalContent: boolean;
|
|
232
|
-
bHasLockedPrivateBetas: boolean;
|
|
233
|
-
bIsExcludedFromSharing: boolean;
|
|
234
|
-
bIsSubscribedTo: boolean;
|
|
235
|
-
bOverlayEnabled: boolean;
|
|
236
|
-
bOverrideInternalResolution: boolean;
|
|
237
|
-
bRequiresLegacyCDKey: boolean;
|
|
238
|
-
bShortcutIsVR: boolean;
|
|
239
|
-
bShowCDKeyInMenus: boolean;
|
|
240
|
-
bShowControllerConfig: boolean;
|
|
241
|
-
bSupportsCDKeyCopyToClipboard: boolean;
|
|
242
|
-
bVRGameTheatreEnabled: boolean;
|
|
243
|
-
bWorkshopVisible: boolean;
|
|
244
|
-
eAppOwnershipFlags: number;
|
|
245
|
-
eAutoUpdateValue: number;
|
|
246
|
-
eBackgroundDownloads: number;
|
|
247
|
-
eCloudSync: number;
|
|
248
|
-
eControllerRumblePreference: number;
|
|
249
|
-
eDisplayStatus: number;
|
|
250
|
-
eEnableThirdPartyControllerConfiguration: number;
|
|
251
|
-
eSteamInputControllerMask: number;
|
|
252
|
-
iInstallFolder: number;
|
|
253
|
-
lDiskUsageBytes: number;
|
|
254
|
-
lDlcUsageBytes: number;
|
|
255
|
-
nBuildID: number;
|
|
256
|
-
nCompatToolPriority: number;
|
|
257
|
-
nPlaytimeForever: number;
|
|
258
|
-
nScreenshots: number;
|
|
259
|
-
rtLastTimePlayed: number;
|
|
260
|
-
rtLastUpdated: number;
|
|
261
|
-
rtPurchased: number;
|
|
262
|
-
selectedLanguage: {
|
|
263
|
-
strDisplayName: string;
|
|
264
|
-
strShortName: string;
|
|
265
|
-
};
|
|
266
|
-
strCloudBytesAvailable: string;
|
|
267
|
-
strCloudBytesUsed: string;
|
|
268
|
-
strCompatToolDisplayName: string;
|
|
269
|
-
strCompatToolName: string;
|
|
270
|
-
strDeveloperName: string;
|
|
271
|
-
strDeveloperURL: string;
|
|
272
|
-
strDisplayName: string;
|
|
273
|
-
strExternalSubscriptionURL: string;
|
|
274
|
-
strFlatpakAppID: string;
|
|
275
|
-
strHomepageURL: string;
|
|
276
|
-
strLaunchOptions: string;
|
|
277
|
-
strManualURL: string;
|
|
278
|
-
strOwnerSteamID: string;
|
|
279
|
-
strResolutionOverride: string;
|
|
280
|
-
strSelectedBeta: string;
|
|
281
|
-
strShortcutExe: string;
|
|
282
|
-
strShortcutLaunchOptions: string;
|
|
283
|
-
strShortcutStartDir: string;
|
|
284
|
-
strSteamDeckBlogURL: string;
|
|
285
|
-
unAppID: number;
|
|
286
|
-
vecBetas: any[];
|
|
287
|
-
vecDLC: any[];
|
|
288
|
-
vecDeckCompatTestResults: any[];
|
|
289
|
-
vecLanguages: AppLanguages[];
|
|
290
|
-
vecLegacyCDKeys: any[];
|
|
291
|
-
vecMusicAlbums: any[];
|
|
292
|
-
vecPlatforms: string[];
|
|
293
|
-
vecScreenShots: any[];
|
|
294
|
-
libraryAssets?: {
|
|
295
|
-
logoPosition?: LogoPosition;
|
|
296
|
-
};
|
|
297
|
-
}
|
|
298
|
-
export interface SteamAppOverview {
|
|
299
|
-
display_name: string;
|
|
300
|
-
gameid: string;
|
|
301
|
-
appid: number;
|
|
302
|
-
icon_hash: string;
|
|
303
|
-
third_party_mod?: boolean;
|
|
304
|
-
selected_clientid?: string;
|
|
305
|
-
BIsModOrShortcut: () => boolean;
|
|
306
|
-
BIsShortcut: () => boolean;
|
|
307
|
-
}
|