Links

Handle Results

<String> LViS.FlexiPoll.ON_RESULTS
Notifies that a new results set is received from the server and revealed.
Event is triggered only in case results have changed since last time it was fired.

Example

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