Skip to content

clearIcon (cart)

Description

Define an icon to be displayed as the button to clear all cart data.

To configure the icon, you can provide a either a partial or full CSS classname to use. The icon will be appended to the configuration parameter iconPrefix.

Default value

cart: {
  clearIcon: 'remove'
}

Examples

Display no icon for the clear data button.

cart: {
  clearIcon: null
}

top

Funnelback logo
v15.24.0