Options
All
  • Public
  • Public/Protected
  • All
Menu

Fired when an undo snapshot is about to be added

Hierarchy

Index

Properties

additionalState

additionalState: {}

Additional state to be added to the snapshot

Type declaration

  • [key: string]: string

Optional eventDataCache

eventDataCache: {}

An optional event cache. This will be consumed by event cache API to store some expensive calculation result. So that for the same event across plugins, the result doesn't need to be calculated again

Type declaration

  • [key: string]: any

eventType

eventType: "beforeAddUndoSnapshot"

Type of this event

Generated using TypeDoc