Options
All
  • Public
  • Public/Protected
  • All
Menu

A plugin triggered right after editor has entered Shadow Edit mode

Hierarchy

Index

Properties

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

Type of this event

fragment

fragment: DocumentFragment

The document fragment of original editor content

selectionPath

selectionPath: SelectionPath

The selection path of original editor content

Generated using TypeDoc