# Delayed()

> Configures the option to use the DelayedAttribute.

## Definition

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

```csharp
IStateOptionBuilder Delayed()
```

### Returns

| Type                                                                                                    | Description                                       |
| ------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
| [IStateOptionBuilder](/engine/6000.7/script-reference/unity/graphtoolkit/editor/istateoptionbuilder.md) | The current builder instance for method chaining. |

### Remarks

Apply this setting when the option’s value should only update after the user finishes editing input in the UI. This is useful for optimizing performance or avoiding intermediate updates during data entry.
