Websites v4 docs v5.2.5
    Preparing search index...

    Function ServerSectionComponent

    • 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>