fbsim-core JavaScript & TypeScript API - v1.0.0-beta.2
    Preparing search index...

    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: number
    completions: number
    interceptions: number
    touchdowns: number
    yards: number