# Interface: TextAttributionNode

Defined in: [schema.ts:1791](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/schema.ts#L1791)

An attribution node that simply renders some text.

This might be used to attribute the data source.

## Example

```
sdk.makeAttributionNode({
  type: sdk.AttributionNodeType.Text,
  text: "Data provided by ExampleCorp.",
});
```

## Properties

### text

> **text**: `string`

Defined in: [schema.ts:1795](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/schema.ts#L1795)

The text to render with the pack value.

______________________________________________________________________

### type

> **type**: [`Text`](../../enumerations/AttributionNodeType/#text)

Defined in: [schema.ts:1793](https://github.com/coda/packs-sdk/blob/44f7744bb692307d51cf2020a7058f343a7e25e8/schema.ts#L1793)

Identifies this as a text attribution node.
