fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Preparing search index...
PlayoffPictureEntry
Interface PlayoffPictureEntry
PlayoffPictureEntry
struct
Represents a single team's entry in the playoff picture
interface
PlayoffPictureEntry
{
current_record
:
LeagueTeamRecord
;
games_back
:
number
;
magic_number
:
number
;
remaining_games
:
number
;
status
:
PlayoffStatus
;
team_id
:
number
;
team_name
:
string
;
}
Index
Properties
current_
record
games_
back
magic_
number
remaining_
games
status
team_
id
team_
name
Properties
current_
record
current_record
:
LeagueTeamRecord
games_
back
games_back
:
number
magic_
number
magic_number
:
number
remaining_
games
remaining_games
:
number
status
status
:
PlayoffStatus
team_
id
team_id
:
number
team_
name
team_name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
struct
Properties
current_
record
games_
back
magic_
number
remaining_
games
status
team_
id
team_
name
fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Loading...
PlayoffPictureEntrystructRepresents a single team's entry in the playoff picture