Skip to main content

selectableObjects

Type: string[]
Default: []

Render the chart with the specified objects selectable. This allows you to make objects selectable, even if they are not because they have a non-free status (e.g. booked, or a custom status).

Note that selectableObjects is not supported for areas and variable occupancy tables (i.e. objects where ticket buyers select a quantity instead of the actual object). Passing in a label of an area or a VO table in selectableObjects wil not make the object selectable.

You can pass object labels inside the array, like this:

selectableObjects: ['A-1', 'A-2']
Note

selectableObjects has no effect on objects that are not-for-sale.