Interface Facet

Interface for objects representing a facet.

Currently, this interface only supports:

  • facets without a parameter for the optionsEndpoint
  • facets with only one parameter for the filterEndpoint
  • for facets with type=multiple: only disjunctive facets

Hierarchy

  • Facet

Properties

filterEndpoint: string
filterParameterName: string
filterParameterValue: undefined | string
optionsEndpoint: string
resetOnQueryChange: boolean
type: FacetType

Generated using TypeDoc