Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The callback function receives an object with the following content. Also options parameters are included:

Code Block
languagejs
{
	page: page,
	productId: productid,
	position: position,
	title: title,
    url: url,
    follow: false
}

...