Interface OptionsResponse

Response to a Query for facet options

Hierarchy

  • OptionsResponse

Properties

Properties

id: string

Name of the facet options endpoint

options: {
    id: string;
    score: number;
    title: string;
    value: string;
}[]

Type declaration

  • id: string
  • score: number
  • title: string
  • value: string
selected: {
    id: string;
    score: number;
    title: string;
    value: string;
}[]

Type declaration

  • id: string
  • score: number
  • title: string
  • value: string
title: string

Generated using TypeDoc