Adds a new property: focusedNodesPattern that enables users to provide a pattern (Regex) to match nodes in the graph that should be highlighted and focused.
When set:
the nodes that match the pattern will be highlighted.
Only nodes that have a direct relation to the focused nodes will be shown in the graph
The color can be customised via the focusColor property from Theme.BASE
🚀 Description
Adds a new property:
focusedNodesPattern
that enables users to provide a pattern (Regex) to match nodes in the graph that should be highlighted and focused. When set:The color can be customised via the
focusColor
property fromTheme.BASE
What it looks like:
📄 Motivation and Context
Implements #27
🧪 How Has This Been Tested?
📦 Types of changes
✅ Checklist