Skip to content

The extensions are drawn with the name undefined #24

@jaouahbi

Description

@jaouahbi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions