Plugins: Improvements to NodeGraph (#76879)
This commit is contained in:
@@ -26,5 +26,12 @@ export enum NodeGraphDataFrameFieldNames {
|
||||
// Prefix for fields which will be shown in a context menu [nodes + edges]
|
||||
detail = 'detail__',
|
||||
|
||||
// Radius of the node [nodes]
|
||||
nodeRadius = 'noderadius',
|
||||
|
||||
// Thickness of the edge [edges]
|
||||
thickness = 'thickness',
|
||||
|
||||
// Whether the node or edge should be highlighted (e.g., shown in red) in the UI
|
||||
highlighted = 'highlighted',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user