# SearchResult
The component SearchResult
reacts to the search results of SearchActor. If the search has not yet been executed, if it has failed, or if the search result contains no entries, corresponding information is displayed. Otherwise, the elements assigned to the component are displayed.
# Properties
HTMLElement
BaseComponent
Element tag:
cm4ap-search-result
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
labelKeyNotSearched | string fallback: L-GLOBAL-SEARCH-NOT-TRIGGERED | The label key for the text that is displayed if no search has been executed yet. |
labelKeyNoResult | string fallback: L-GLOBAL-SEARCH-NO-RESULTS | The label key for the text that is displayed if the search result does not contain any entries. |
labelKeySearching | string fallback: L-GLOBAL-SEARCH_RESULT-SEARCHING | The label key for the text that is displayed if a search is currently executed. |
labelKeySearchError | string fallback: L-GLOBAL-SEARCH_RESULT-ERROR | The label key for the text that is displayed if the search fails. |
hideActor | HideActor | The component sets the visibility in the actor. If the search result contains entries, the hiding is set to false. |
searchActor | SearchActor | The actor provides the status of the search. |