Skip to content

Enumeration: AttributionNodeType

core.AttributionNodeType

The type of content in this attribution node.

Multiple attribution nodes can be rendered all together, for example to have attribution that contains both text and a logo image.

See

Structuring data with schemas - Data attribution

Enumeration Members

Image

Image = 3

An image, often a logo of the data source.

Defined in

schema.ts:1250


Link = 2

A hyperlink pointing to the data source.

Defined in

schema.ts:1246


Text

Text = 1

Text attribution content.

Defined in

schema.ts:1242