@univerjs-pro/boards
Board data model, element schema, commands, mutations, adapter services, and Facade APIs for Univer Boards.
TypeScript
import { UniverBoardsPlugin } from '@univerjs-pro/boards'import '@univerjs-pro/boards/facade'univer.registerPlugin(UniverBoardsPlugin)Entry Points
- Facade:
@univerjs-pro/boards/facade
The Facade can read, set, and clear the active page background with getBackground(), setImageBackground(options), and clearBackground(). See the Boards Facade reference for an image example.
How is this guide?