# Interface: TextAttributionNode

Defined in: [schema.ts:1789](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L1789)

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:1793](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L1793)

The text to render with the pack value.

______________________________________________________________________

### type

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

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

Identifies this as a text attribution node.
