Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Type Parameters

Hierarchy

  • UpdateHandler

Index

Properties

Methods

Properties

widget: TWidget

The widget which triggered the AJAX request.

Methods

  • handle(this: TWidget, content: string): void
  • The handle function which is given the HTML string of the update

    Parameters

    • this: TWidget
    • content: string

      The new HTML content from the update.

    Returns void

Generated using TypeDoc