Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
HtmlTagDescriptor
Interface HtmlTagDescriptor
interface
HtmlTagDescriptor
{
attrs
?:
Record
<
string
,
undefined
|
string
|
boolean
>
;
children
?:
string
|
HtmlTagDescriptor
[]
;
injectTo
?:
"head"
|
"body"
|
"head-prepend"
|
"body-prepend"
;
tag
:
string
;
}
Index
Properties
attrs?
children?
inject
To?
tag
Properties
Optional
attrs
attrs
?:
Record
<
string
,
undefined
|
string
|
boolean
>
Optional
children
children
?:
string
|
HtmlTagDescriptor
[]
Optional
inject
To
inject
To
?:
"head"
|
"body"
|
"head-prepend"
|
"body-prepend"
default: 'head-prepend'
tag
tag
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
attrs
children
inject
To
tag
Astro Node.js Fastify adapter - v0.0.12
Loading...
default: 'head-prepend'