DetachRootEvent
typedef
Fired whenever a root is detached from the editor model.
Use this event to destroy a DOM editable for the detached root and remove the DOM element from your application.
The event is fired after all changes from a given batch are applied. The event is not fired, if the root was detached and re-added in the same batch.
Properties
args : [ root: ModelRootElement ]module:editor-multi-root/multirooteditor~DetachRootEvent#argsname : 'detachRoot'module:editor-multi-root/multirooteditor~DetachRootEvent#name
Value
object