API Reference

@univerjs/sheets-note-ui

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  }}

How is this guide?

© 2026 DreamNum Co., Ltd.