Skip to main content

GUI_compareLoadComplete

Connection object that implements an event notifying when a client side compare load is completed.

Can be used in combination with RxCore.alignCompareEx method.

Callback Parameters

  • fileindex: number: Integer that can be used to identify the file in RxCore.

Example


RxCore.GUI_compareLoadComplete.connect(function(fileindex){

console.log("File index ", fileindex);

});