icon (session history)

Description

Define an icon to be displayed in the header of 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

sessionHistory: {
  icon: 'time'
}

Examples

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

sessionHistory: {
  icon: null
}