itemBuilder
Home > @gooddata/sdk-ui-semantic-search > IUseHybridSearchOptions > itemBuilder
IUseHybridSearchOptions.itemBuilder property
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Item builder for the search results. If provided, the item builder will be used to transform the search results into a different format. The item builder should return the transformed item.
Signature:
itemBuilder: HybridSearchItemBuilder<I>;