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 theselectorelement itself -
afterbegin: just inside theselectorelement, before its first child -
beforeend: inside theselectorelement, after its last child -
afterend: after theselectorelement 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',
}