Booth¶
Summary¶
Model represents the booth.
Model¶
{
"dj": null,
"isLocked": false,
"shouldCycle": false,
"waitlist": []
}
Detail¶
- dj
Current DJ.
Type: Number
Default Value:-1
- isLocked
Whether waitlist is locked or not.
Type: Boolean
Default Value:false
- shouldCycle
Whether or not the booth should cycle.
Type: Boolean
Default Value:false
- waitlist
Waitlist sorted in descending order.
Type: [Number]
Default Value:[]