The corresponding page whose content is to be rendered.
The 'Did you mean' template that is used to render alternative search suggestions.
The pagination template that is used to render a single pagination element.
The search result template that is used to render the search results.
Renders all 'Did you mean' suggestions into a div-element using the provided didYouMeanTemplate.
An element for you to place wherever you want in your DOM Tree.
Renders all 'Did you mean' suggestions into a div-element using the provided didYouMeanTemplate and appends it to the element.
The html div element to attach the suggestions to.
Renders a next button (if a next page exists) using the paginationTemplate.
The label used to describe the button.
Renders a next button (if a next page exists) using the paginationTemplate and appends it to the element.
The HTML element to which the button is attached.
The label used to describe the button.
Renders the buttons that are used to navigate to a specific page using the paginationTemplate.
The number of page buttons that are rendered.
Renders the buttons that are used to navigate to a specific page using the paginationTemplate and appends it to the element.
The HTML element to which the button is attached.
The number of page buttons that are rendered.
Renders the complete navigation (previous button, page buttons and next button) using the paginationTemplate.
The number of page buttons that are rendered.
Renders the complete navigation (previous button, page buttons and next button) using the paginationTemplate and appends them to the element.
The HTML element to which the button is attached.
The number of page buttons that are rendered.
Renders a previous button (if a previous page exists) using the paginationTemplate.
The label used to describe the button.
Renders a previous button (if a previous page exists) using the paginationTemplate and appends it to the element.
The HTML element to which the button is attached.
The label used to describe the button.
Renders all search results into a div-element using the searchResultTemplate.
An element for you to place wherever you want in your DOM Tree.
Renders all search results into a div-element using the searchResultTemplate and appends it to the element.
The html div element to attach the search results to.
Generated using TypeDoc
This class is responsible for rendering the individual elements of a search result page.