toggle (search and click history) Description Manually toggle the history box. Usage var flbSessionHistory = new Funnelback.SessionHistory({collection: 'my-collection'}); flbSessionHistory.toggle(); Examples <button class="btn btn-link pull-right" onclick="flbSessionHistory.toggle()"> <small class="text-muted">Toggle</small> </button> <script> var flbSessionHistory = new Funnelback.SessionHistory({collection: 'my-collection'}); </script>