HEX
Server: Apache
System: Linux server3230.server-vps.com 5.15.0-46-generic #49-Ubuntu SMP Thu Aug 4 18:03:25 UTC 2022 x86_64
User: lzgqnjwu (1002)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //var/tmp0/brainy/plugins/tinymce_4.6.0_dev/tinymce/tools/docs/tinymce.Event.js
/**
 * This is the base class for all TinyMCE events.
 *
 * @class tinymce.Event
 */

/**
 * Prevents the default action of an event to be executed.
 *
 * @method preventDefault
 */

/**
 * Stops the event from propagating up to listeners on parent objects.
 *
 * @method stopPropagation
 */

/**
 * Prevents the event from propagating to listeners on the same object.
 *
 * @method stopImmediatePropagation
 */

/**
 * Returns true/false if the default action is to be prevented or not.
 *
 * @method isDefaultPrevented
 * @return {Boolean} True/false if the event is to be execured or not.
 */

/**
 * Returns true/false if the event propagation is stopped or not.
 *
 * @method isPropagationStopped
 * @return {Boolean} True/false if the event propagation is stopped or not.
 */

/**
 * Returns true/false if the event immediate propagation is stopped or not.
 *
 * @method isImmediatePropagationStopped
 * @return {Boolean} True/false if the event immediate propagation is stopped or not.
 */

/**
 * The event type name for example "click".
 *
 * @property {String} type
 */