@univerjs/sheets-data-validation-ui
本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。
Data validation UI for Univer Sheets.
TypeScript
import { UniverSheetsDataValidationUIPlugin } from '@univerjs/sheets-data-validation-ui'univer.registerPlugin(UniverSheetsDataValidationUIPlugin, IUniverSheetsDataValidationUIConfig)Entry Points
- Locale:
@univerjs/sheets-data-validation-ui/locale/*
IUniverSheetsDataValidationUIConfig
TypeScript
import type { MenuConfig } from '@univerjs/ui'export interface IUniverSheetsDataValidationUIConfig { menu?: MenuConfig /** * Whether to show the edit button in the dropdown list of data validation * @default true */ showEditOnDropdown?: boolean /** * Whether to show the search box in the dropdown list of data validation * @default true */ showSearchOnDropdown?: boolean}你觉得这篇文档如何?