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

    Interface PlayoffPictureOptions

    PlayoffPictureOptions struct

    Options for configuring how the playoff picture is generated

    interface PlayoffPictureOptions {
        by_conference: boolean;
        division_winners_guaranteed: boolean;
    }
    Index

    Properties

    by_conference: boolean

    If Some(true), force conference-based playoff picture. If Some(false), force flat (non-conference) playoff picture. If None, auto-detect: use conferences if the season has multiple conferences.

    division_winners_guaranteed: boolean

    If true, division winners are guaranteed a playoff berth (conference mode only)