Enumeration: LinkDisplayType¶
Defined in: schema.ts:566
Display types that can be used with a LinkSchema.
Enumeration Members¶
Card¶
Card:
"card"
Defined in: schema.ts:585
Display the referenced web page as a card.
Embed¶
Embed:
"embed"
Defined in: schema.ts:590
Display the referenced web page as an embed.
IconOnly¶
IconOnly:
"iconOnly"
Defined in: schema.ts:570
Display icon only.
Title¶
Title:
"title"
Defined in: schema.ts:580
Display web page title.
Url¶
Url:
"url"
Defined in: schema.ts:575
Display URL.