itemTimeDisplay (last visited time)

Description

Define an icon to be displayed before last visited time on search results page.

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: {
  moreButtonIcon: 'time'
}

Examples

Display no icon for the time button.

clickHistory: {
  moreButtonIcon: null
}