MDOMEventObject

Extends EventObject to work with HTML events. MDOMEventObject provides APIs to get the binding data and binding context for the target element of the event.

  • Extends EventObject
  • Properties

    Methods

    • getUnwrappedData()
      Returns the unmapped data from the view model for the currentTarget element
      Returns:
      {Object}
    • getWrappedData()
      Returns the mapped data from the view model for the currentTarget element
      Returns:
      {Object}