The response of an AJAX request may contain one or more actions such as executing scripts or updating DOM nodes. This interface represents a handler for an update action.
update
Type of the widget which triggered the AJAX request.
The widget which triggered the AJAX request.
The handle function which is given the HTML string of the update
The new HTML content from the update.
Generated using TypeDoc
The response of an AJAX request may contain one or more actions such as executing scripts or updating DOM nodes. This interface represents a handler for an
update
action.