Skip to content

Enumeration: LinkDisplayType

core.LinkDisplayType

Display types that can be used with a LinkSchema.

Enumeration Members

Card

Card = "card"

Display the referenced web page as a card.

Defined in

schema.ts:584


Embed

Embed = "embed"

Display the referenced web page as an embed.

Defined in

schema.ts:589


IconOnly

IconOnly = "iconOnly"

Display icon only.

Defined in

schema.ts:569


Title

Title = "title"

Display web page title.

Defined in

schema.ts:579


Url

Url = "url"

Display URL.

Defined in

schema.ts:574