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

    Type Alias SectionElementProps

    type SectionElementProps = {
        baseClassName?: string;
        editMode?: boolean;
        element: SectionElement;
        elementIdChain: string[];
        globalConfig?: GlobalConfig;
        itemIdChain?: string[];
        section: Section<MixedSection> & { areaName: string };
        SectionElementWrapper?: ISectionElementWrapper;
    }
    Index

    Properties

    baseClassName?: string
    editMode?: boolean
    elementIdChain: string[]
    globalConfig?: GlobalConfig
    itemIdChain?: string[]
    section: Section<MixedSection> & { areaName: string }
    SectionElementWrapper?: ISectionElementWrapper