dw.campaign
Class SlotContent

dw.campaign.SlotContent
Represents content for a slot.
calloutMsg
:
MarkupText
(Read Only)The callout message for the slot.
custom
:
Map
(Read Only)The custom attributes for the slot.
recommenderName
:
String
(Read Only)The recommender name for slot configurations of type 'Recommendation'
slotID
:
String
(Read Only)The unique slot ID.
This class does not have a constructor, so you cannot create it directly.
getCustom()
:
Map
Returns the custom attributes for the slot.
assign,
create,
create,
defineProperties,
defineProperty,
entries,
freeze,
fromEntries,
getOwnPropertyDescriptor,
getOwnPropertyNames,
getOwnPropertySymbols,
getPrototypeOf,
hasOwnProperty,
is,
isExtensible,
isFrozen,
isPrototypeOf,
isSealed,
keys,
preventExtensions,
propertyIsEnumerable,
seal,
setPrototypeOf,
toLocaleString,
toString,
valueOf,
values
getCalloutMsg
Returns the callout message for the slot.
Returns:
Callout message of the slot.
getContent
Returns a collection of content based on the content type
for the slot. The collection will include one of the following
types:
Product,
Content,
Category, or
MarkupText.
Returns:
All content of the slot.
getCustom
Returns the custom attributes for the slot.
Returns:
Custom attributes of the slot.
getRecommenderName
Returns the recommender name for slot configurations of type 'Recommendation'
Returns:
the recommender name for slot configurations of type 'Recommendation'
getSlotID
Returns the unique slot ID.
© Copyright 2000-2023, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.