@plentymarkets/shop-api / cookieBarGetters
Variable: cookieBarGetters ​
const
cookieBarGetters:object
Type declaration ​
getBarDescription() ​
getBarDescription: (
cookieGroups
) =>string
Parameters ​
• cookieGroups: CookieGroups
Returns ​
string
getBarTitle() ​
getBarTitle: (
CookieGroups
) =>string
Parameters ​
• CookieGroups: CookieGroups
Returns ​
string
getCookieGroupDescription() ​
getCookieGroupDescription: (
CookieGroup
) =>string
Parameters ​
• CookieGroup: CookieGroup
Returns ​
string
getCookieGroupName() ​
getCookieGroupName: (
CookieGroup
) =>string
Parameters ​
• CookieGroup: CookieGroup
Returns ​
string
getCookieGroupNameWithCount() ​
getCookieGroupNameWithCount: (
CookieGroup
) =>string
Parameters ​
• CookieGroup: CookieGroup
Returns ​
string
getCookieName() ​
getCookieName: (
Cookie
) =>string
Parameters ​
• Cookie: Cookie
Returns ​
string
getCookiesList() ​
getCookiesList: (
CookieGroup
) =>Cookie
[]
Parameters ​
• CookieGroup: CookieGroup
Returns ​
Cookie
[]
getShowMore() ​
getShowMore: (
CookieGroup
) =>boolean
Parameters ​
• CookieGroup: CookieGroup
Returns ​
boolean