This module grants access to data configured against the storefront through various means.

  • Scoped data can be used to read (and potentially write based on ACL's) data via scripting. This is good for small to medium data sets where the scope can help creating the correct functionality.
  • Global additional data gives access to files uploaded in the administration interface. This is good for data which is available as files - potentially slightly larger - or for data in binary format.
  • Custom data categories can be used to retrieve data available in a fast search engine (and optionally also modify). This is great for large data sets.

Index

Enumerations

Interfaces

Type Aliases

Generated using TypeDoc