user = {
_id: 1,
name: 'Name',
account_level: 4,
player: {
isPlayer: true,
balance: 500,
publicProfile: {
// pubProfile
},
privateProfile: {
// privateProfile
}
},
orders: [
{
_id: 1,
type: 'Type',
chat: [
// messages
],
review: {
// review
},
matches: [
{
_id: 1,
hero: 'hero1',
items: ['item1', 'item2']
}
]
}
],
siteNotifications: [
// notifications
]
}
window.addEventListener("scroll", () => { this.action(el, options) });