# SearchRendererPanelAdmin
The SearchRendererPanelAdmin
component has an input field which input serves as the search value. The rest of the configuration is taken from the loaded renderer configuration.
# Properties
HTMLElement
BaseComponent
Element tag:
cm4ap-search-renderer-panel-admin
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
searchActor | SearchActor | Connects the displayed panel with the search. The values entered are transferred as filters to the search. |
rendererName | string default: default | The renderer configuration is loaded under the specified name. The renderer configuration is not required. Only fields, labels and the search configuration are taken from it. |
realTimeSearch | boolean default: false | Defines whether the search request is sent immediately after the search value changed. |
searchSetActor | SearchSetActor | Required to get the modules' renderer names configured. |