# editTextRequested

> Called when user has edited the text of this BlackboardField.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.5/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public Action<Blackboard, VisualElement, string> editTextRequested { get; set; }
```
