Home > @uniformdev/mesh-sdk-react > ObjectSearchResultItem

ObjectSearchResultItem() function

Warning: This API is now obsolete.

this component is not recommended for use in new projects

An opinionated result item, best used for selected results

Signature:

Parameters

ParameterTypeDescription
{ id, title, contentType, popoverData, publishStatus, editLinkIcon, editLink, imageUrl, onRemove, createdAt, publishedAt, hideRemoveButton, disableDnD, children, onClick, }ObjectSearchResultItemProps

Returns:

_emotion_react_jsx_runtime.JSX.Element

Example

<ObjectSearchResultItem id="my-result" title="title" />