type CaptionPanelComponentId = | "ly.img.section" | "ly.img.separator" | "ly.img.spacer" | "ly.img.caption.panel.create" | "ly.img.caption.panel.import" | "ly.img.caption.panel.tabs" | "ly.img.caption.panel.captions" | "ly.img.caption.panel.add" | "ly.img.caption.panel.presets" | string & object;Represents the ID of a caption panel component.
The CaptionPanelComponentId type defines the possible IDs for components that can be used in the caption panel. It includes predefined IDs for sections, separators, spacers, and various caption panel items, as well as a catch-all type for custom IDs.