Skip to content

Enumeration: 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.

Enumeration members

Image

Image = 3

An image, often a logo of the data source.

Defined in

schema.ts:727


Link = 2

A hyperlink pointing to the data source.

Defined in

schema.ts:723


Text

Text = 1

Text attribution content.

Defined in

schema.ts:719