Skip to content

Interface: 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:747


type

type: Text

Identifies this as a text attribution node.

Defined in

schema.ts:745