# ShowInInspectorOnly()

> Configures the option to be shown only in the inspector, not in the node header.

## Definition

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

```csharp
IOptionBuilder ShowInInspectorOnly()
```

### Returns

| Type                                                                                          | Description |
| --------------------------------------------------------------------------------------------- | ----------- |
| [IOptionBuilder](/engine/6000.5/script-reference/unity/graphtoolkit/editor/ioptionbuilder.md) |             |
