# ChangeKinds

> The categories of changes that affected this constant node, as a set of ChangeKind flags.

## Definition

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

```csharp
public ChangeKind ChangeKinds { get; }
```

### Remarks

Contains [ChangeKind.Added](/engine/6000.7/script-reference/unity/graphtoolkit/editor/changekind/added.md) when the constant node was added, in addition to any change categories reported by the graph (e.g. [ChangeKind.Data](/engine/6000.7/script-reference/unity/graphtoolkit/editor/changekind/data.md)).
