# Title

> The title of this node in the graph item library.

## Definition

* **Type:** Property
* **Namespace:** [Unity.GraphToolkit.Editor](/engine/6000.7/script-reference/unity/graphtoolkit/editor.md)
* **Assembly:** UnityEditor

```csharp
public string Title { get; }
```

### Remarks

If [NodeAttribute.Title](/engine/6000.7/script-reference/unity/graphtoolkit/editor/nodeattribute/title.md) is not empty and non-null, it serves as the default title of the node when instantiated in a graph. You can overwrite this default title with [INode.Title](/engine/6000.7/script-reference/unity/graphtoolkit/editor/inode/title.md).

Additional Resources: [INode.Title](/engine/6000.7/script-reference/unity/graphtoolkit/editor/inode/title.md), [NodeAttribute.CategoryPath](/engine/6000.7/script-reference/unity/graphtoolkit/editor/nodeattribute/categorypath.md)
