Skip to main content

GUI_CompareDiag

Connection object used to specify an HTML element for selecting and creating a compare overlay.

Callback Parameters

  • OpenFileNames: Array - Array of file names for files currently open in RxView360 that can be used in a Compare overlay.

Example


RxCore.GUI_CompareDiag.connect(function(OpenFileNames){

console.log("open files ", OpenFileNames);

});