chart.selectedObjects
Type: string[]
Array containing the labels of the objects the user has selected.
var chart = new seatsio.SeatingChart({...}).render();
// ... user selects objects ...
console.log(chart.selectedObjects);
Type: string[]
Array containing the labels of the objects the user has selected.
var chart = new seatsio.SeatingChart({...}).render();
// ... user selects objects ...
console.log(chart.selectedObjects);