@univerjs-pro/slides-table
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
How is this guide?