lemmy-js-client
Preparing search index...
LinkMetadata
Type Alias LinkMetadata
Site metadata, from its opengraph tags.
type
LinkMetadata
=
{
content_type
?:
string
;
description
?:
string
;
embed_video_url
?:
DbUrl
;
image
?:
DbUrl
;
title
?:
string
;
}
Index
Properties
content_
type?
description?
embed_
video_
url?
image?
title?
Properties
Optional
content_
type
content_type
?:
string
Optional
description
description
?:
string
Optional
embed_
video_
url
embed_video_url
?:
DbUrl
Optional
image
image
?:
DbUrl
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content_
type
description
embed_
video_
url
image
title
lemmy-js-client
Loading...
Site metadata, from its opengraph tags.