Skip to content

Interface: TextAttributionNode

core.TextAttributionNode

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

The text to render with the pack value.

Defined in

schema.ts:1270


type

type: Text

Identifies this as a text attribution node.

Defined in

schema.ts:1268