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

    Interface PropertySliderConfig

    interface PropertySliderConfig {
        backgroundColor?: string;
        branchId?: number;
        brandedPropertiesOnly?: boolean;
        campaignIds?: string[];
        campaignStatus?: "active" | "inactive";
        channel?: string;
        containerWidth?: ContainerWidth;
        count?: number;
        customCss?: string;
        elements: SectionElement[];
        flex?: ResponsiveFlexConfig;
        foregroundColor?: string;
        heading?: HeadingField;
        height?: SectionHeight;
        id: string;
        iframe?: Iframe;
        image?: ImageField;
        items?: GenericConfig[];
        justify?: Justify;
        link?: TextField & { target?: string; url?: string } & { hidden: boolean };
        mobileImage?: ImageField;
        overlapBottom?: Overlap;
        overlapTop?: Overlap;
        paddingBottom?: number;
        paddingTop?: number;
        placeId?: string;
        sort?: string;
        status?: string;
        subheading?: HeadingField;
        tags?: string;
        text?: string;
        variant?: string;
        variantSettings?: Record<string, any>;
        zIndex?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    backgroundColor?: string
    branchId?: number
    brandedPropertiesOnly?: boolean
    campaignIds?: string[]

    The IDs of campaigns to which the section is linked

    campaignStatus?: "active" | "inactive"

    The IDs of campaigns the section should be inactive during

    channel?: string
    containerWidth?: ContainerWidth
    count?: number
    customCss?: string
    elements: SectionElement[]
    foregroundColor?: string
    heading?: HeadingField
    height?: SectionHeight
    id: string
    iframe?: Iframe
    image?: ImageField
    items?: GenericConfig[]
    justify?: Justify
    link?: TextField & { target?: string; url?: string } & { hidden: boolean }
    mobileImage?: ImageField
    overlapBottom?: Overlap
    overlapTop?: Overlap
    paddingBottom?: number
    paddingTop?: number
    placeId?: string
    sort?: string
    status?: string
    subheading?: HeadingField
    tags?: string
    text?: string
    variant?: string
    variantSettings?: Record<string, any>
    zIndex?: number