swift-auto-diagram icon indicating copy to clipboard operation
swift-auto-diagram copied to clipboard

The extensions are drawn with the name undefined

Open jaouahbi opened this issue 5 years ago • 1 comments

All the extensions are drawn with the name undefined.

function networkLabel(entity) { if (entity == undefined) { return "Undefined"; }

return ( "" + entity.name + //<------------------- The problem is here, the "entity.name" is undefined ":" + entity.typeString + "" + "\n ----------------- \n" + itemsString(entity.properties) + "\n ----------------- \n" + itemsString(entity.methods) ); }

output-onlinepngtools

jaouahbi avatar Apr 11 '19 15:04 jaouahbi

I'm also face this symptom

joshua24322 avatar Mar 03 '20 16:03 joshua24322