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

    Interface Play

    An enriched play with computed values and display strings.

    Includes the original play data plus:

    • result_computed / post_play_computed: all PlayResult trait outputs
    • description: the play's Display output (e.g. "Rush 5 yards. TOUCHDOWN!")
    • context_description: the context's Display output (e.g. "Q1 14:22 1st & 10 ...")
    Index

    Properties

    context: GameContext
    context_description: string
    description: string

    post_play

    post_play: PlayTypeResult

    post_play_computed

    post_play_computed: PlayResultComputed
    result_computed: PlayResultComputed