@playform/favicon - v0.1.0
Preparing search index...
Function/Integration
integration
Variable integration
integration
:
(
...
_Option
:
[
Option
?:
Partial
<
Interface
>
]
,
)
=>
{
name
:
string
;
hooks
:
{
"astro:config:done"
:
(
__namedParameters
:
{
config
:
AstroConfig
;
setAdapter
:
(
adapter
:
AstroAdapter
)
=>
void
;
injectTypes
:
(
injectedType
:
InjectedType
)
=>
URL
;
logger
:
AstroIntegrationLogger
;
buildOutput
:
"static"
|
"server"
;
}
,
)
=>
Promise
<
void
>
;
"astro:build:done"
:
()
=>
Promise
<
void
>
;
}
;
}
Main integration function
Type Declaration
(
...
_Option
:
[
Option
?:
Partial
<
Interface
>
]
,
)
:
{
name
:
string
;
hooks
:
{
"astro:config:done"
:
(
__namedParameters
:
{
config
:
AstroConfig
;
setAdapter
:
(
adapter
:
AstroAdapter
)
=>
void
;
injectTypes
:
(
injectedType
:
InjectedType
)
=>
URL
;
logger
:
AstroIntegrationLogger
;
buildOutput
:
"static"
|
"server"
;
}
,
)
=>
Promise
<
void
>
;
"astro:build:done"
:
()
=>
Promise
<
void
>
;
}
;
}
Parameters
...
_Option
:
[
Option
?:
Partial
<
Interface
>
]
Optional configuration options
Returns
{
name
:
string
;
hooks
:
{
"astro:config:done"
:
(
__namedParameters
:
{
config
:
AstroConfig
;
setAdapter
:
(
adapter
:
AstroAdapter
)
=>
void
;
injectTypes
:
(
injectedType
:
InjectedType
)
=>
URL
;
logger
:
AstroIntegrationLogger
;
buildOutput
:
"static"
|
"server"
;
}
,
)
=>
Promise
<
void
>
;
"astro:build:done"
:
()
=>
Promise
<
void
>
;
}
;
}
AstroIntegration instance
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@playform/favicon - v0.1.0
Loading...
Main integration function