itemTimeDisplay (last visited time)

Description

Define the position, relative to the selector element, where the last visited time will be inserted. Acceptable values to insert are:

  • beforebegin: before the selector element itself

  • afterbegin: just inside the selector element, before its first child

  • beforeend: inside the selector element, after its last child

  • afterend: after the selector element itself

Default value

By default, the trigger will be inserted inside <h4> as the last child of it.

<h4>Result item title</h4>
itemTrigger: {
  selector: 'h4',
  position: 'beforeend',
}