> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inworld.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# AbstractNodeProps

> Base configuration for any graph node.

## Properties

* [id](#id)
* [reportToClient](#reporttoclient)

***

## Properties

### id

```typescript theme={"system"}
id?: string
```

Optional explicit node identifier.

### reportToClient

```typescript theme={"system"}
reportToClient?: boolean
```

Whether this node should report its outputs to the client. If set to `true`, you will see the output of this node in the .
