Skip to content

Enumeration: AttributionNodeType

Defined in: schema.ts:1761

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

Defined in: schema.ts:1773

An image, often a logo of the data source.


Link: 2

Defined in: schema.ts:1769

A hyperlink pointing to the data source.


Text

Text: 1

Defined in: schema.ts:1765

Text attribution content.