clearClickSelector (search and click history)

Description

Define a CSS selector to a set of elements. When any of these elements are clicked, the click history data will be cleared.

The CSS selector can return zero or more elements.

Default value

<button class="btn btn-danger btn-xs session-history-clear-click" title="Clear click history">
  <span class="glyphicon glyphicon-remove"></span> Clear
</button>
clearClickSelector: '.session-history-clear-click'

Examples

clearClickSelector: '.btn.btn-clear-click'