@univerjs-pro/sheets-history-ui
本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。
Sheets ribbon, desktop/mobile viewer, and server integration for Web SDK version history.
TypeScript
import { UniverSheetsHistoryUIPlugin } from '@univerjs-pro/sheets-history-ui'import enUS from '@univerjs-pro/sheets-history-ui/locale/en-US'import '@univerjs-pro/sheets-history-ui/lib/index.css'univer.registerPlugin(UniverSheetsHistoryUIPlugin, { historyServerUrl: '/universer-api/history', univerContainerId: 'univer-container',})Use workerURL when history calculation needs a Web Worker. The package also exports ToggleEditHistoryOperation, SHEETS_HISTORY_UI_PLUGIN_CONFIG_KEY, and UniverSheetsHistoryMobileUIPlugin.
Entry Points
- Locale:
@univerjs-pro/sheets-history-ui/locale/* - Styles:
@univerjs-pro/sheets-history-ui/lib/index.css
你觉得这篇文档如何?