Search
Loading...
Skip to content

Type Alias: ComponentId

type ComponentId =
| DockOrderComponentId
| CanvasMenuComponentId
| NavigationBarComponentId
| CanvasBarComponentId
| InspectorBarComponentId;

Represents the ID of a component.

The ComponentId type defines the possible IDs for components that can be used in the editor. It includes predefined IDs for separators, spacers and various component types.