Interface IDisplayedNewResultEventArgs

The IDisplayedNewResultEventArgs interface describes the object that all newResultDisplayed event handlers receive as an argument.

Index

Properties

Properties

item

item: HTMLElement

The HTML element which was rendered by the the displayed result.

result

result: IQueryResult

The query result that was just displayed by the ResultList component.

Hierarchy

  • IDisplayedNewResultEventArgs