@univerjs-pro/edit-history-viewer

GitHubEdit on GitHub

Edit history viewer UI for Univer Pro.

import { UniverEditHistoryViewerPlugin } from '@univerjs-pro/edit-history-viewer'

univer.registerPlugin(UniverEditHistoryViewerPlugin, IUniverEditHistoryViewerConfig)

IUniverEditHistoryViewerConfig

export interface IUniverEditHistoryViewerConfig {
  /**
   * @description The server url of the history list
   * @default ''
   */
  historyListServerUrl?: string

  historyPanelComponentKey?: string

  historyPanelHidden?: boolean

  historyAIassistantEnabled?: boolean
}