the type of the configuration input
the translation path for the label of the input
whether the configuration input should be displayed in bold after selection or not
the autocomplete options that are available in this configuration input
a method that receives the keys of the available options and should return the appropriately filtered autocomplete options
Value changes of the encapsulated FormControl
object
Generated using TypeDoc
Represents a search category configuration input.
Should handle all the logic related to autocomplete search configuration inputs. If this class has its
type
set toOPERATOR
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.