An object of this class is created when a new event listener is added through the
NimbudocsEditor#addEventListener
method.
This:
- Object
Properties
- callbackFunction
-
The callback defined for this event listener. The callback for this event listener can be modified by assigning an new callback to this EventListener object.
Type:
- Function
- idStringreadonly
-
The id of this event listener. This property is automatically generated.
Type:
- String
- selectorStringreadonly
-
The selector defined for this event listener.
Type:
- String
- typeStringreadonly
-
The type defined for this event listener.
Type:
- String