@univerjs-pro/slides-table
本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。
Table elements, commands, resources, and Facade APIs for Univer Slides in Web SDK.
TypeScript
import { UniverSlidesTablePlugin } from '@univerjs-pro/slides-table'import '@univerjs-pro/slides-table/facade'univer.registerPlugin(UniverSlidesTablePlugin)Theme snapshots
New Slide and Board tables resolve the active theme palette into a table-owned snapshot. Existing tables therefore keep their colors when the global Univer theme changes; selecting a different table style creates a new frozen snapshot.
The root entry exports buildFrozenSlideTableTheme(), freezeSlideTableTheme(), and hasSlideTableStyleChanged() for custom table hosts. Standard Facade insertion and update commands already manage these snapshots automatically.
Entry Points
- Facade:
@univerjs-pro/slides-table/facade
你觉得这篇文档如何?