fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Preparing search index...
PassingStats
Interface PassingStats
PassingStats
struct
A
PassingStats
represents aggregated passing statistics
interface
PassingStats
{
attempts
:
number
;
completions
:
number
;
interceptions
:
number
;
touchdowns
:
number
;
yards
:
number
;
}
Index
Properties
attempts
completions
interceptions
touchdowns
yards
Properties
attempts
attempts
:
number
completions
completions
:
number
interceptions
interceptions
:
number
touchdowns
touchdowns
:
number
yards
yards
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
struct
Properties
attempts
completions
interceptions
touchdowns
yards
fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
Loading...
PassingStatsstructA
PassingStatsrepresents aggregated passing statistics