Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractSearchConfigurationInputComponent Abstract

Hierarchy

  • AbstractSearchConfigurationInputComponent

Index

Constructors

Properties

configuration: ConfigurationInput
editable: boolean = true

Whether the contents displayed in this component can be edited by the user or not.

Defaults to true

filterOptions: ((userInput: Observable<string>) => Observable<SearchAutocompleteOption<unknown>[]>) = ...

Type declaration

selectedCategory: Category<any>

Accessors

  • set configurationInput(input: MatSelect | ElementRef<HTMLInputElement>): void

Methods

  • clearConfigurationInput(): void
  • clearOperatorInput(): void

Generated using TypeDoc