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¶
type¶
• type: Text
Identifies this as a text attribution node.