QueueViewModel: {
    helperIDs: string[];
    isOpen: boolean;
    queueName: string;
    seriousModeEnabled: boolean;
    studentDisplayNames: string[];
}

Type declaration

  • helperIDs: string[]
  • isOpen: boolean
  • queueName: string
  • seriousModeEnabled: boolean
  • studentDisplayNames: string[]

Generated using TypeDoc