Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
AstroComponentFactory
Interface AstroComponentFactory
interface
AstroComponentFactory
{
isAstroComponentFactory
?:
boolean
;
moduleId
?:
string
;
propagation
?:
PropagationHint
;
(
result
,
props
,
slots
)
:
AstroFactoryReturnValue
|
Promise
<
AstroFactoryReturnValue
>
;
}
Astro
Component
Factory
(
result
,
props
,
slots
)
:
AstroFactoryReturnValue
|
Promise
<
AstroFactoryReturnValue
>
Parameters
result
:
any
props
:
any
slots
:
any
Returns
AstroFactoryReturnValue
|
Promise
<
AstroFactoryReturnValue
>
Index
Properties
is
Astro
Component
Factory?
module
Id?
propagation?
Properties
Optional
is
Astro
Component
Factory
is
Astro
Component
Factory
?:
boolean
Optional
module
Id
module
Id
?:
string
Optional
propagation
propagation
?:
PropagationHint
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
is
Astro
Component
Factory
module
Id
propagation
Astro Node.js Fastify adapter - v0.0.12
Loading...