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

    Interface LeagueSeasonPlayoffOptions

    LeagueSeasonPlayoffOptions struct

    Options for generating playoffs. Supports both single-bracket and multi-conference bracket modes.

    interface LeagueSeasonPlayoffOptions {
        division_winners_guaranteed: boolean;
        num_playoff_teams: number;
        playoff_teams_per_conference: number;
        use_conference_brackets: boolean;
    }
    Index

    Properties

    division_winners_guaranteed: boolean

    If true, division winners are guaranteed playoff spots regardless of record (only used when use_conference_brackets is true)

    num_playoff_teams: number

    Total number of playoff teams (used when not using conference brackets)

    playoff_teams_per_conference: number

    Number of playoff teams per conference (only used when use_conference_brackets is true and the league has multiple conferences)

    use_conference_brackets: boolean

    If true and the league has multiple conferences, use separate conference brackets plus a winners bracket for conference champions