steam-user
Version:
Steam client for Individual and AnonUser Steam account types
42 lines (38 loc) • 851 B
JavaScript
/* eslint-disable */
// Auto-generated by generate-enums script on Thu Feb 24 2022 03:38:38 GMT-0500 (Eastern Standard Time)
/**
* @enum
* @readonly
*/
const EBroadcastWatchLocation = {
"Invalid": 0,
"SteamTV_Tab": 1,
"SteamTV_WatchParty": 2,
"Chat_Tab": 3,
"Chat_WatchParty": 4,
"CommunityPage": 5,
"StoreAppPage": 6,
"InGame": 7,
"BigPicture": 8,
"SalesPage": 9,
"CuratorPage": 10,
"DeveloperPage": 11,
"Chat_Friends": 12,
"SteamTV_Web": 13,
// Value-to-name mapping for convenience
"0": "Invalid",
"1": "SteamTV_Tab",
"2": "SteamTV_WatchParty",
"3": "Chat_Tab",
"4": "Chat_WatchParty",
"5": "CommunityPage",
"6": "StoreAppPage",
"7": "InGame",
"8": "BigPicture",
"9": "SalesPage",
"10": "CuratorPage",
"11": "DeveloperPage",
"12": "Chat_Friends",
"13": "SteamTV_Web",
};
module.exports = EBroadcastWatchLocation;