type CanvasBarComponentId = | "ly.img.separator" | "ly.img.spacer" | typeof CANVAS_BAR_ORDER_DEFAULT[number] | string & object;
A list of the component IDs that can be used in the canvas bar.
Includes the following IDs:
- ‘ly.img.separator’
- ‘ly.img.spacer’
- ‘ly.img.settings.canvasBar’
- ‘ly.img.page.add.canvasBar’