fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Preparing search index...
LeagueSeasonMatchup
Interface LeagueSeasonMatchup
LeagueSeasonMatchup
struct
A
LeagueSeasonMatchup
represents a matchup during a week of a football season
interface
LeagueSeasonMatchup
{
away_stats
:
OffensiveStats
;
away_team
:
number
;
context
:
GameContext
;
game
:
Game
;
home_stats
:
OffensiveStats
;
home_team
:
number
;
}
Index
Properties
away_
stats
away_
team
context
game
home_
stats
home_
team
Properties
away_
stats
away_stats
:
OffensiveStats
away_
team
away_team
:
number
context
context
:
GameContext
game
game
:
Game
home_
stats
home_stats
:
OffensiveStats
home_
team
home_team
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
struct
Properties
away_
stats
away_
team
context
game
home_
stats
home_
team
fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Loading...
LeagueSeasonMatchupstructA
LeagueSeasonMatchuprepresents a matchup during a week of a football season