Files
univer/packages/action-recorder

@univerjs/action-recorder

npm version license downloads

@univerjs/action-recorder records user actions in Univer and can replay them for debugging, demos, or automated workflow reproduction.

Package Overview

Package UMD global CSS Locales Facade entry
@univerjs/action-recorder UniverActionRecorder Yes Yes No

Installation

pnpm add @univerjs/action-recorder
# or
npm install @univerjs/action-recorder

Keep all @univerjs/* packages on the same version.

Usage

import '@univerjs/action-recorder/lib/index.css';
import EnUS from '@univerjs/action-recorder/locale/en-US';
import { UniverActionRecorderPlugin } from '@univerjs/action-recorder';

univer.registerPlugin(UniverActionRecorderPlugin);

// Merge EnUS into your Univer locale map when this package contributes UI text.

Resources