Context and block nodes
Discover how context and block nodes work together to create modular, hierarchical structures in your graphs. Context nodes serve as containers that apply consistent settings across grouped blocks, while block nodes provide specific functionalities within these containers.
This documentation covers usage scenarios, implementation, instantiation in the graph canvas and node management.
Topic | Description |
---|---|
Context node introduction | Learn the fundamental concepts of context and block nodes. |
Context node features | Discover the detailed features of context nodes and block nodes. |
Context nodes usage | Understand appropriate use cases for context nodes. |
Implement a context node | Implement context nodes using Graph Toolkit's public API. |
Instantiate context nodes in your graph | Add context nodes in a graph canvas. |
Implement a block node | Implement block nodes using Graph Toolkit's public API. |
Instantiate and manage block nodes | Add and manage block nodes within existing context nodes. |