Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a change to the editor made by another plugin

Hierarchy

Index

Properties

Optional additionalData

additionalData: ContentChangedData

Optional data

data: any

Optional related data

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: ContentChanged

Type of this event

source

source: string

Source of the change

Generated using TypeDoc