Interface MatchGameCancellationOptions

Options for cancelling a match game.

Hierarchy

  • MatchGameCancellationOptions

Properties

Properties

mode: "spent_game" | "double_forfeit"

How cancelling a match game should affect its parent match.

  • spent_game: Consumes one Best-of-X game without awarding it to either opponent.
  • double_forfeit: Disqualifies both opponents from the parent match.

Generated using TypeDoc