Class

FriendWeek

FriendWeek(friendWeekData)

Constructor

# new FriendWeek(friendWeekData)

Parameters:
Name Type Description
friendWeekData FriendWeekData Week data of a friend.

View Source structures/stalks/weeks/FriendWeek.js, line 9

Members

Advice

# readonly advice

Contains all of your predictions and suggestions for the week, based on what you've entered.

View Source structures/stalks/weeks/FriendWeek.js, line 35

number

# id

The id of the friend.

View Source structures/stalks/weeks/FriendWeek.js, line 14

Array.<number>

# prices

A list of prices for each slot. null values can be used for missing prices.

View Source structures/stalks/weeks/FriendWeek.js, line 27

string

# username

The username of the friend.

View Source structures/stalks/weeks/FriendWeek.js, line 20