File

integration-libs/cds/src/cds-models/cms.model.ts

Extends

CmsComponent

Index

Properties

Properties

backgroundColour
backgroundColour: string
Type : string
Optional
container
container: string
Type : string
Optional
numberToDisplay
numberToDisplay: number
Type : number
Optional
scroll
scroll: string
Type : string
Optional
strategy
strategy: string
Type : string
Optional
textColour
textColour: string
Type : string
Optional
title
title: string
Type : string
Optional
viewportPercentage
viewportPercentage: number
Type : number
Optional
import { CmsComponent } from '@spartacus/core';

export interface CmsMerchandisingCarouselComponent extends CmsComponent {
  title?: string;
  strategy?: string;
  numberToDisplay?: number;
  scroll?: string;
  container?: string;
  textColour?: string;
  backgroundColour?: string;
  viewportPercentage?: number;
}

result-matching ""

    No results matching ""