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

    Interface PlayoffTeams

    PlayoffTeams struct

    A collection of teams participating in the playoffs, organized by conference. Conference ID 0 is used for non-conference playoffs.

    interface PlayoffTeams {
        teams: Map<number, Map<number, PlayoffTeam>>;
    }
    Index

    Properties

    Properties

    teams: Map<number, Map<number, PlayoffTeam>>

    conference_id -> team_id -> PlayoffTeam