Skip to content

Instantly share code, notes, and snippets.

@NithinMahesh1
Created August 30, 2021 21:44
Show Gist options
  • Select an option

  • Save NithinMahesh1/4399f0b25205481d32b5f3d029c3bc12 to your computer and use it in GitHub Desktop.

Select an option

Save NithinMahesh1/4399f0b25205481d32b5f3d029c3bc12 to your computer and use it in GitHub Desktop.
let Dscore_val = Key_Diff_Root.getPropertyItem("DScore");
let Key_Rel = Key_Diff_Root.getPropertyItem("Relevance");
if(Dscore_val.value == undefined && Key_Rel.value == undefined) {
return;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment