Websites v4 docs v5.2.4
Preparing search index...
API Reference/Theme
ServerSectionComponent
Function ServerSectionComponent
ServerSectionComponent
(
__namedParameters
:
{
availableSections
:
{
[
key
:
string
]:
(
props
:
{
section
:
Section
<
MixedSection
>
}
,
)
=>
Element
|
Promise
<
Element
|
null
>
;
}
;
fallbacks
?:
{
[
key
:
string
]:
FunctionComponent
<
{
variant
?:
string
}
>
|
undefined
;
}
;
section
:
Section
<
MixedSection
>
;
}
,
)
:
Promise
<
Element
|
null
>
Parameters
__namedParameters
:
{
availableSections
:
{
[
key
:
string
]:
(
props
:
{
section
:
Section
<
MixedSection
>
}
,
)
=>
Element
|
Promise
<
Element
|
null
>
;
}
;
fallbacks
?:
{
[
key
:
string
]:
FunctionComponent
<
{
variant
?:
string
}
>
|
undefined
;
}
;
section
:
Section
<
MixedSection
>
;
}
Returns
Promise
<
Element
|
null
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Websites v4 docs v5.2.4
Loading...