Skip to content

Information Panel Display Support for Gremlin Cardinality lists #79

@lauratinnel

Description

@lauratinnel

Gremlin allows you to create list properties using "Cardinality". For example (using Python w/ Goblin):

```groups = element.VertexProperty(properties.String, card=Cardinality.list_, default=[])```

You can then add strings to the groups property.

The node/edge information panel on the right hand side of the visualizer displays the first value in the list. There is no way to see all the values in the list. This is a desirable and helpful capability.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions