Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a search category configuration input.

Should handle all the logic related to autocomplete search configuration inputs. If this class has its type set to OPERATOR it works mostly as a placeholder object, because the operator and operand selection logic is handled by the Category class. This behavior might be changed in future releases.

Hierarchy

  • ConfigurationInput

Index

Constructors

Properties

_autocompleteOptions: Map<string, unknown[]>
_filteredOptions$: Observable<SearchAutocompleteOption<unknown>[]>
_formControl: FormControl
displayBold: boolean
label: string

Accessors

  • get formControl(): FormControl
  • get isOptionSelected(): boolean
  • get selectedOptionTranslatePath(): string

Methods

  • clear(): void
  • valueChanges$(): Observable<any>

Generated using TypeDoc