Nodes
Learn what makes up nodes and how to create and use them in your graph to build systems for your application.
This documentation assumes that you have already read the Get started with coding your own graph tool with Graph Toolkit page and you have created a new graph tool.
Topic | Description |
---|---|
Node introduction | Learn the basics about nodes. |
Node features | Discover the detailed features of nodes. |
Implement a node | Implement a node using Graph Toolkit's public API. |
Instantiate nodes in your graph | Add nodes in a graph canvas. |
Implement node options | Change a node's behaviour with node option. |