File

src/components/multi-slot-container/multi-slot-container.model.ts

Description

This interface represents the configuration of a MultiSlotContainerComponent.

Extends

CmsComponent

Index

Properties

Properties

headline
headline: string
Type : string
Optional
items
items: any
Type : any
Optional
previewId
previewId: string
Type : string
Optional
import { CmsComponent } from '@spartacus/core';

/**
 * This interface represents the configuration of a {@link MultiSlotContainerComponent}.
 *
 * @export
 * @interface MultiSlotContainerComponentData
 */
export interface MultiSlotContainerComponentData extends CmsComponent {
  previewId?: string;
  headline?: string;
  items?: any;
}

results matching ""

    No results matching ""