Skip to content

Enumeration: LinkDisplayType

Defined in: schema.ts:568

Display types that can be used with a LinkSchema.

Enumeration Members

Card

Card: "card"

Defined in: schema.ts:587

Display the referenced web page as a card.


Embed

Embed: "embed"

Defined in: schema.ts:592

Display the referenced web page as an embed.


IconOnly

IconOnly: "iconOnly"

Defined in: schema.ts:572

Display icon only.


Title

Title: "title"

Defined in: schema.ts:582

Display web page title.


Url

Url: "url"

Defined in: schema.ts:577

Display URL.