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:585


Embed

Embed = "embed"

Display the referenced web page as an embed.

Defined in

schema.ts:590


IconOnly

IconOnly = "iconOnly"

Display icon only.

Defined in

schema.ts:570


Title

Title = "title"

Display web page title.

Defined in

schema.ts:580


Url

Url = "url"

Display URL.

Defined in

schema.ts:575