clearIcon (click history)

Description

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

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

Default value

clickHistory: {
  clearIcon: 'remove'
}

Examples

Display no icon for the clear data button.

clickHistory: {
  clearIcon: null
}