@univerjs/sheets-note-ui
本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。
Cell note UI for Univer Sheets.
TypeScript
import { UniverSheetsNoteUIPlugin } from '@univerjs/sheets-note-ui'univer.registerPlugin(UniverSheetsNoteUIPlugin, IUniverSheetsNoteUIConfig)Entry Points
- Facade:
@univerjs/sheets-note-ui/facade - Locale:
@univerjs/sheets-note-ui/locale/*
The root entry exports SheetsNoteAttachmentController for note attachment lifecycle integration.
IUniverSheetsNoteUIConfig
TypeScript
import type { MenuConfig } from '@univerjs/ui'export interface IUniverSheetsNoteUIConfig { menu?: MenuConfig defaultNoteSize?: { width: number height: number }}你觉得这篇文档如何?