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