@univerjs-pro/sheets-pivot-ui
本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。
Pivot table UI integration for Univer Sheets.
TypeScript
import { UniverSheetsPivotTableUIPlugin } from '@univerjs-pro/sheets-pivot-ui'univer.registerPlugin(UniverSheetsPivotTableUIPlugin, IUniverSheetsPivotUIConfig)Entry Points
- Locale:
@univerjs-pro/sheets-pivot-ui/locale/*
IUniverSheetsPivotUIConfig
TypeScript
import type { MenuConfig } from '@univerjs/ui'export interface IUniverSheetsPivotUIConfig { menu?: MenuConfig}你觉得这篇文档如何?