Handle Event Ready

<String> LViS.Event.ON_READY

This JavaScript event indicates that The App can now call methods on Event object. It is fired after successful Set Event and Set Sync Delay methods calls.

Example

event.bind(LViS.Event.ON_READY, function () {
  var element = event.getLastFromHistory();
});

LViS.setEvent(event);

Last updated