Stone.js API
Docs
Home
Preparing search index...
stone-js-use-view/src/head-manager
OpenGraphOptions
Interface OpenGraphOptions
Open Graph options. Emitted as
property="og:*"
meta tags.
interface
OpenGraphOptions
{
description
?:
string
;
image
?:
|
string
|
{
alt
?:
string
;
height
?:
number
;
type
?:
string
;
url
:
string
;
width
?:
number
;
}
;
locale
?:
string
;
siteName
?:
string
;
title
?:
string
;
type
?:
string
;
url
?:
string
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
description?
image?
locale?
site
Name?
title?
type?
url?
Properties
Optional
description
description
?:
string
Optional
image
image
?:
|
string
|
{
alt
?:
string
;
height
?:
number
;
type
?:
string
;
url
:
string
;
width
?:
number
;
}
Optional
locale
locale
?:
string
Optional
site
Name
siteName
?:
string
Optional
title
title
?:
string
Optional
type
type
?:
string
Optional
url
url
?:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
description
image
locale
site
Name
title
type
url
Docs
Home
Stone.js API
Loading...
Open Graph options. Emitted as
property="og:*"meta tags.