Event Reports API

change:data

This event is raised in large scale Large Group Report, when users take an action that causes the report to pull new information.

This functionality is available in:

Fires after the data for a new group_path is loaded, in response to user navigation or a call to viewGroup().

The event handler is passed the raw data object for the newly loaded group_path.

The object structure is equivalent to that available via getGroup().

Callback arguments

  • data object
    the group hierarchy information for this specific group path.
Was this article helpful?