Handle Results

<String> LViS.Emoting.ON_RESULTS

Notifies that a new results set is received from the server.

Event is triggered only in case results have changed since last time it was fired.

Example

element.on(LViS.Emoting.ON_RESULTS, function () {
  console.log('Results: ', element.getResults());
});