Set data request body, that is sent to the filter in addition to the default body. The default body is applied first and can be overridden by this argument.
The emitted data contains the filter case object
The emitted data contains only the saved case's ID
The loaded filter data are emitted into the [filterLoaded]{@link AbstractSearchComponent#filterLoaded} EventEmitter
The saved filter data are emitted into the [filterSaved]{@link AbstractSearchComponent#filterSaved} EventEmitter
Generated using TypeDoc
A universal search component that can be used to interactively create search predicates for anything with supported categories.
This component is responsible for the interactive creation of an AND ClausePredicate object instance. The nested Predicates are OR ClausePredicate instances created by AbstractSearchClauseComponent.
Search categories must be provided by the NAE_SEARCH_CATEGORIES injection token. Default factory methods for task and case search categories exist. See their documentation for more information.
The search component's visuals can be configured either by the NAE_SEARCH_COMPONENT_CONFIGURATION injection token, or by the appropriate component inputs. The injection token configuration takes precedence over the inputs if both are present.