events
Type: string[]
The key of the events for which you want to render the seating chart. We call this an event group.
If an object is booked for one (or more) events in the list, it will show up as booked for the whole event group.
events: ['smallTheatreEvent1', 'smallTheatreEvent2', 'smallTheatreEvent3']
Note
Either events
or event
must be passed in, but not both.