@univerjs-pro/shape-editor-ui
Reusable shape editing panels, floating toolbars, shape-text hyperlink UI, and SmartArt layout, color, quick-style, and text-pane controls for Web SDK.
TypeScript
import { ShapeEditPanel } from '@univerjs-pro/shape-editor-ui'import enUS from '@univerjs-pro/shape-editor-ui/locale/en-US'Entry Points
- Locale:
@univerjs-pro/shape-editor-ui/locale/*
Mobile Shape Editor
MobileShapeEditorService exposes the active mobile editing state through state$ and getState(). Use open(mode, shapeRef) with the text, formula, or style mode, and call close() when the panel is dismissed.
The root entry also exports IMobileShapeEditorState and MobileShapeEditorMode.
How is this guide?