Skip to main content

Interface: PlayLinkMetadata

Metadata displayed next to a playable link.

Properties

label?

optional label?: string

Optional label shown before the value.


value

value: string | string[]

One or more values presented to the user.


hidden?

optional hidden?: boolean

Keeps the metadata available to clients without displaying it by default.


view

view: object

Presentation hint for the metadata value.

type

type: "text"

Supported metadata renderer.

color?

optional color?: MetadataColor

Optional semantic or explicit color.