Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CheckboxFacet

Class representing checkbox-like facet.

Hierarchy

  • Facet<string[]>
    • CheckboxFacet

Index

Constructors

Properties

_sfsApi: undefined | SfsApi

This property is set by SfsApi class if it is passed to it on construction. _sfsApi is used to construct this facet's queries and to access event stream. Without setting this property, this facet cannot function properly.

id: string
isFetching: boolean = false

True if this facet is currently fetching options.

labelPredicates: string[]
optionCountVariable: string
optionLabelVariable: string
optionValueVariable: string
options: FacetOption[]

Current facet options.

predicate: string

Accessors

  • get value(): undefined | Value
  • set value(newValue: undefined | Value): void

Methods

  • buildOptionsQuery(): Query
  • getFacetConstraints(): undefined | Pattern[]
  • isActive(): boolean

Generated using TypeDoc