Possible Updates to NodeT type #381
Labels
enhancement
New feature or request
low priority
needs broken down
question
Further information is requested
Reason
I'm interested in a standard naming convention for nodes in DeepLynx.
Right now to display a node via some human readable string, like in a select component, you need to stringify all of its properties, like this
This is my only known solution because even if a node has a
properties.name
, TypeScript doesn't respect itThis is true even if I add the generic
{[key: string]: string}
type to theproperties
field on the node typeDesign
I don't have a proposed design because I don't have an understanding of how a type change / naming convention would impact the rest of the codebase
Impact
Better UX
The text was updated successfully, but these errors were encountered: