icon (search history)

Description

Define an icon to be displayed in the header of the search history box.

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

Default value

searchHistory: {
  icon: 'search'
}

Examples

Display no icon in the header of the session history box.

searchHistory: {
  icon: null
}