Skip to content

Interface: TextAttributionNode

Defined in: schema.ts:1745

An attribution node that simply renders some text.

This might be used to attribute the data source.

Example

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

Properties

text

text: string

Defined in: schema.ts:1749

The text to render with the pack value.


type

type: Text

Defined in: schema.ts:1747

Identifies this as a text attribution node.