Plugins: Improvements to NodeGraph (#76879)

This commit is contained in:
Fabrizio
2023-10-24 15:16:10 +02:00
committed by GitHub
parent 765defea1e
commit b8d005ae23
13 changed files with 138 additions and 52 deletions
@@ -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',
}