core/event

Description:
  • Global registry of core events that can be triggered/listened for.

Source:
Since:
  • 3.0
License:
  • http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later

Global registry of core events that can be triggered/listened for.

Methods

(inner) getLegacyEvents() → {Promise}

Description:
  • Load the legacy YUI module which defines events in M.core.event and return it.

Source:
Deprecated:
  • Yes
Returns:
Type
Promise

(inner) getRenamedLegacyFunction(oldFunctionName, newModule, newFunctionName, newFunctionRef) → {function}

Description:
  • Get a curried function to warn that a function has been moved and renamed

Source:
Parameters:
Name Type Description
oldFunctionName String
newModule String
newFunctionName String
newFunctionRef function
Returns:
Type
function