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

    Function PageSection

    • Parameters

      • __namedParameters: SectionWrapperProps<MixedSection> & {
            globalConfig?: GlobalConfig;
            SectionElementWrapper?: ISectionElementWrapper;
        } & {
            AddElement?: FunctionComponent<
                { section: Section<MixedSection> & { areaName: string } },
            >;
            children: ReactNode;
            className?: string;
            globalConfig: GlobalConfig;
            hasOverride?: boolean;
            isHighlighted?: boolean;
            isOverride?: boolean;
            isSelected?: boolean;
            ManageSections?: FunctionComponent<
                { section: Section<MixedSection> & { areaName: string } },
            >;
            RemoveSection?: FunctionComponent<{ areaName: string; id: string }>;
        }

      Returns Element