Search
Loading...
Skip to content

Type Alias: CanvasBarComponentId

type CanvasBarComponentId =
| "ly.img.separator"
| "ly.img.spacer"
| "ly.img.settings.canvasBar"
| "ly.img.page.add.canvasBar"
| string & object;

Represents the ID of a canvas bar component.

The CanvasBarComponentId type defines the possible IDs for components that can be used in the canvas bar. It includes predefined IDs for separators, spacers, and various canvas items, as well as a catch-all type for custom IDs.