Options
All
  • Public
  • Public/Protected
  • All
Menu

Data of EditImageEvent

Hierarchy

Index

Properties

Readonly image

image: HTMLImageElement

The image element that is being changed

newSrc

newSrc: string

New src of the changed image, in DataUri format. Plugin can modify this string so that the modified one will be set to the image element

Readonly originalSrc

originalSrc: string

Original src of the image before all editing in current editor session.

Readonly previousSrc

previousSrc: string

Src of the image before current batch of editing Plugin can check this value to know which image is not used after the change.

Generated using TypeDoc