moreButtonIcon (recent searches)

Description

Define an icon to be displayed as the btn:More for displaying in the session 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

sessionHistoryRecent: {
  moreButtonIcon: 'plus'
}

Examples

Display no icon for the more button.

sessionHistoryRecent: {
  moreButtonIcon: null
}