Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceConfiguration

Hierarchy

  • ServiceConfiguration

Indexable

[key: string]: Options<any>

Index

Properties

Optional autocomplete

autocomplete: Options<any>

Configuration for the autocomplete service. The autocomplete service listens to store updates, triggers autocomplete requests, and registers autocomplete tags.

Optional collections

collections: Options<any>

Configuration for the collections service. The collections service listens to store updates and triggers a collections request.

Optional cookie

cookie: Options<cookie.Options>

Configuration for the cookie service. The cookie service exposes an API for interacting with browser cookies.

Optional details

details: Options<details.Options>

Configuration for the details service. The details service listens to store updates and triggers a details request.

Optional logging

logging: Options<logging.Options>

Configuration for the logging service. The logging service adds logging output for debugging during lifecycle events.

Optional pastPurchases

pastPurchases: Options<pastPurchases.Options>

Configuration for the past purchases service. The pastPurchases service listens to store updates and triggers a past purchases request.

Optional recommendations

recommendations: Options<recommendations.Options>

Configuration for the recommendations service. The recommendations service fetches recommendations on initialization.

Optional redirect

redirect: Options<redirect.Options>

Configuration for the redirect service. The redirect service listens to redirect events and updates the URL to the redirect.

Optional search

search: Options<search.Options>

Configuration for the search service. The search service listens to store updates and triggers a search request. It also keeps a record of past searches.

Optional tracker

tracker: Options<tracker.Options>

Configuration for the tracker service. The tracker service sends beacons to the recommendations endpoint tracking user behaviour.

Optional url

url: Options<url.Options>

Configuration for the URL service. The url service builds and parses the url from the store, handles browser history, and dispatches requests.

Generated using TypeDoc