Preparing search index...
The search index is not available
Astro Node.js Fastify adapter - v0.0.12
Astro Node.js Fastify adapter
<internal>
AstroComponentInstance
Class AstroComponentInstance
Index
Constructors
constructor
Properties
[astro
Component
Instance
Sym]
factory
props
result
return
Value
slot
Values
Methods
init
render
Constructors
constructor
new
Astro
Component
Instance
(
result
,
props
,
slots
,
factory
)
:
AstroComponentInstance
Parameters
result
:
SSRResult
props
:
ComponentProps
slots
:
ComponentSlots
factory
:
AstroComponentFactory
Returns
AstroComponentInstance
Properties
[astro
Component
Instance
Sym]
[astro
Component
Instance
Sym]
:
boolean
Private
Readonly
factory
factory
:
any
Private
Readonly
props
props
:
any
Private
Readonly
result
result
:
any
Private
return
Value
return
Value
:
any
Private
Readonly
slot
Values
slot
Values
:
any
Methods
init
init
(
result
)
:
Promise
<
AstroFactoryReturnValue
>
Parameters
result
:
SSRResult
Returns
Promise
<
AstroFactoryReturnValue
>
render
render
(
destination
)
:
Promise
<
void
>
Parameters
destination
:
RenderDestination
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
[astro
Component
Instance
Sym]
factory
props
result
return
Value
slot
Values
init
render
Astro Node.js Fastify adapter - v0.0.12
Loading...