@univerjs/action-recorder
本 API 页面目前提供英文正文。代码签名与标识符不随界面语言变化。
Record and replay user actions in Univer.
TypeScript
import { UniverActionRecorderPlugin } from '@univerjs/action-recorder'univer.registerPlugin(UniverActionRecorderPlugin, IUniverActionRecorderConfig)Entry Points
- Locale:
@univerjs/action-recorder/locale/*
IUniverActionRecorderConfig
TypeScript
import type { MenuConfig } from '@univerjs/ui'export interface IUniverActionRecorderConfig { menu?: MenuConfig replayOnly?: boolean}你觉得这篇文档如何?