Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
ComponentInstance
Interface ComponentInstance
Generic interface for a component (Astro, Svelte, React, etc.)
interface
ComponentInstance
{
css
?:
string
[]
;
default
:
AstroComponentFactory
;
getStaticPaths
?:
(
(
options
)
=>
GetStaticPathsResult
)
;
partial
?:
boolean
;
prerender
?:
boolean
;
}
Index
Properties
css?
default
get
Static
Paths?
partial?
prerender?
Properties
Optional
css
css
?:
string
[]
default
default
:
AstroComponentFactory
Optional
get
Static
Paths
get
Static
Paths
?:
(
(
options
)
=>
GetStaticPathsResult
)
Type declaration
(
options
)
:
GetStaticPathsResult
Parameters
options
:
GetStaticPathsOptions
Returns
GetStaticPathsResult
Optional
partial
partial
?:
boolean
Optional
prerender
prerender
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
css
default
get
Static
Paths
partial
prerender
Astro Node.js Fastify adapter - v0.0.12
Loading...
Generic interface for a component (Astro, Svelte, React, etc.)