@univerjs-pro/boards-history-ui
Boards ribbon and viewer integration for Web SDK version history.
TypeScript
import { UniverBoardsHistoryUIPlugin } from '@univerjs-pro/boards-history-ui'import enUS from '@univerjs-pro/boards-history-ui/locale/en-US'import '@univerjs-pro/boards-history-ui/lib/index.css'univer.registerPlugin(UniverBoardsHistoryUIPlugin, { historyServerUrl: '/universer-api/history', univerContainerId: 'univer-container',})viewerPlugins can add product-specific plugins to the isolated history viewer.
Entry Points
- Locale:
@univerjs-pro/boards-history-ui/locale/* - Styles:
@univerjs-pro/boards-history-ui/lib/index.css
How is this guide?