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

    Type Alias SectionWrapperProps<T>

    type SectionWrapperProps<T> = {
        editMode?: boolean;
        section: Section<T> & { areaName: string };
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    editMode?: boolean
    section: Section<T> & { areaName: string }