modalDialogCustom.alert('This contract may be abstract, may not implement an abstract parent\'s methods completely or not invoke an inherited contract\'s constructor correctly.')
node=yo`<div>${treeView.render(typeofdetails[propertyName]==='object'?details[propertyName]:JSON.parse(details[propertyName]))}</div>`// catch in case the parsing fails.
}catch(e){
node=yo`<div>Unable to display "${propertyName}": ${e.message}</div>`
}
}
}else{
returnret
node=yo`<div> - </div>`
}
})
if(details[propertyName]!==''){
try{
node=yo`<div>${treeView.render(typeofdetails[propertyName]==='object'?details[propertyName]:JSON.parse(details[propertyName]))}</div>`// catch in case the parsing fails.
}catch(e){
node=yo`<div>Unable to display "${propertyName}": ${e.message}</div>`
modalDialogCustom.alert('This contract may be abstract, may not implement an abstract parent\'s methods completely or not invoke an inherited contract\'s constructor correctly.')