XopusEvent
Description
The XopusEvent object describes a basic event in Content Editor . It is not an event in itself.
XopusEvent object
Properties
- duringUndoOrRedo
-
Boolean. Flags whether or not the event is being triggered during an undo or redo action. It is often best to justreturnin this case rather than running event handler code. - target
-
XopusNode. Node that originally dispatched the event. - type
-
string. Name of the event. - bubbles
-
Boolean. Deprecated. Will prevent bubbling up the DOM hierarchy when set tofalse. - cancelEvent
-
Boolean. Deprecated. Will prevent the default action when set totrue. Throw Editor.RevertingException instead.