@univerjs/action-recorder
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}How is this guide?