Reply To: How to limit the scope of available functions?

FlowCanvas Forums Support How to limit the scope of available functions? Reply To: How to limit the scope of available functions?

#3109
anton petrov
Participant

Suddenly I came to an idea that we can have an extension point to filter what types are displayed in that graph.

We should be able to somehow register our custom graph type and specify a filter of node types available to that type of graph.

The first idea is to inherit FlowGraph and override some virtual method which filters node types or something like that :thinking_face: