File

integration-libs/cdc/core/models/cms.model.ts

Extends

CmsComponent

Index

Properties

Properties

advancedConfiguration
advancedConfiguration: string
Type : string
Optional
containerID
containerID: string
Type : string
Optional
embed
embed: string
Type : string
Optional
linkText
linkText: string
Type : string
Optional
name
name: string
Type : string
Optional
profileEdit
profileEdit: string
Type : string
Optional
screenSet
screenSet: string
Type : string
Optional
startScreen
startScreen: string
Type : string
Optional
uid
uid: string
Type : string
Optional
import { CmsComponent } from '@spartacus/core';

export interface GigyaRaasComponentData extends CmsComponent {
  uid?: string; // Unique identifier of the Component
  name?: string; // Name of the Component
  screenSet?: string; // Name of the Screen set which is to be displayed
  profileEdit?: string; // Determines if screen is for profile edit
  embed?: string; // Display screen in embed way
  startScreen?: string; // Starting screen which will be displayed on rendering the screen set
  containerID?: string; // Container name in which CDC screen will be displayed
  linkText?: string; // Text of the button for the screen set when rendered in pop-up way
  advancedConfiguration?: string; // Advanced configuration for the screen set
}

result-matching ""

    No results matching ""