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

    Interface SectionElement

    interface SectionElement {
        activeSearchType?: string;
        backgroundColor?: string;
        backgroundOpacity?: number;
        buttonSize?: ButtonSize;
        buttonVariant?: ButtonVariant;
        channel?: ChannelOption;
        color?: string;
        customSearchForms?: { [name: string]: SectionElement };
        dataAttributes?: Record<string, string>;
        distance?: boolean;
        elements?: SectionElement[];
        expanded?: boolean;
        flex?: ResponsiveFlexConfig;
        form?: FormElementConfig;
        geolocate?: boolean;
        hoverColor?: string;
        html?: string;
        icon?: string;
        id: string;
        image?: ImageField;
        items?: SearchFormItem[];
        level?: number;
        locationInputPlaceholder?: string;
        marginBottom?: number;
        marginTop?: number;
        maxBeds?: boolean;
        maxPrice?: boolean;
        minBeds?: boolean;
        minPrice?: boolean;
        overrideGlobal?: boolean;
        scopedTags?: string;
        social?: SocialElement;
        target?: string;
        type: ElementType;
        url?: string;
        video?: VideoFieldElement;
    }

    Hierarchy (View Summary)

    Index

    Properties

    activeSearchType?: string
    backgroundColor?: string
    backgroundOpacity?: number
    buttonSize?: ButtonSize
    buttonVariant?: ButtonVariant
    channel?: ChannelOption
    color?: string
    customSearchForms?: { [name: string]: SectionElement }
    dataAttributes?: Record<string, string>
    distance?: boolean
    elements?: SectionElement[]
    expanded?: boolean
    geolocate?: boolean
    hoverColor?: string
    html?: string
    icon?: string
    id: string
    image?: ImageField
    items?: SearchFormItem[]
    level?: number
    locationInputPlaceholder?: string
    marginBottom?: number
    marginTop?: number
    maxBeds?: boolean
    maxPrice?: boolean
    minBeds?: boolean
    minPrice?: boolean
    overrideGlobal?: boolean
    scopedTags?: string

    If passed, any searches from this type of search form should be scoped to these tags

    social?: SocialElement
    target?: string
    url?: string