@mikelaferriere/espn-api
Preparing search index...
Playoffs
SeriesStatus
Interface SeriesStatus
Status of a playoff series, including leader/trailer info
interface
SeriesStatus
{
completed
:
boolean
;
isBestOf
:
number
;
leader
:
{
id
:
string
;
wins
:
number
}
|
null
;
totalGames
:
number
;
trailer
:
{
id
:
string
;
wins
:
number
}
|
null
;
}
Index
Properties
completed
is
Best
Of
leader
total
Games
trailer
Properties
completed
completed
:
boolean
is
Best
Of
isBestOf
:
number
leader
leader
:
{
id
:
string
;
wins
:
number
}
|
null
total
Games
totalGames
:
number
trailer
trailer
:
{
id
:
string
;
wins
:
number
}
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completed
is
Best
Of
leader
total
Games
trailer
@mikelaferriere/espn-api
Loading...
Status of a playoff series, including leader/trailer info