Advertisement
RyanFarley

Untitled

Sep 15th, 2021
1,155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Object.keys(Terrasoft.configuration.Storage).forEach(function(key) { if (key.indexOf("SectionDcm-") > -1) console.log(key, JSON.stringify(Terrasoft.configuration.Storage[key])); });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement