Skip to content

Type Alias: ToolbarPlacement

ts
type ToolbarPlacement = "bottom" | "top" | "none";

Defined in: packages/ai-enhancer/src/widgets/ai-editor/ui/UcAiEnhancer.ts:115

Where the toolbar (Cancel / Done) sits within the editor — or none to render no toolbar at all (host-driven chrome: observe uc:change and close the editor yourself).