We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
id: string
deviceId: string
title: string
currPlayers: number
maxPlayers: number
startTime: ISO-8601
endTime: ISO-8601
location: string
bggId: string
status: "waiting" | "started" | "cancelled"
eventId: string
featured: boolean
name: string
startDate: ISO-8601
endDate: ISO-8601
SavePlay(play: Play)
SetLocation(location: string, id?: string)
AddPlayer(id?: string)
DropPlayer(id?: string)
StartPlay(id?: string)
CancelPlay(id?: string)
DeletePlay(id: string)
SelectPlay(id: string)
UnselectPlay
GetPlays
GetPlay(id?: string)
If the id is not specified, it will use the current selected play if there is one, or throw an error