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

    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: LeagueTeamRecord
    games_back: number
    magic_number: number
    remaining_games: number
    team_id: number
    team_name: string