# State

> The StateView<T>.State instance this view customizes.

## Definition

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

```csharp
public T State { get; }
```

### Remarks

This property is set before any callback fires. Use it to read the state's data (such as [State.Title](/engine/6000.7/script-reference/unity/graphtoolkit/editor/state/title.md)) when building custom UI.
