Type Alias: HistoryPlacement
ts
type HistoryPlacement = "composer-above" | "composer-below" | "canvas-top" | "canvas-bottom";Defined in: packages/ai-enhancer/src/widgets/ai-editor/ui/UcAiEnhancer.ts:108
Where the history strip sits.
composer-above/composer-below: relative to the composer (moves with it).canvas-top/canvas-bottom: pinned to that canvas edge, independent of the composer.