Options
All
  • Public
  • Public/Protected
  • All
Menu

The event triggered when Content Model modifies editor DOM tree, provides added and removed block level elements

Hierarchy

Index

Properties

addedBlockElements

addedBlockElements: HTMLElement[]

Added block elements

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: "rewriteFromModel"

Type of this event

removedBlockElements

removedBlockElements: HTMLElement[]

Removed block elements

Generated using TypeDoc