Home > @uniformdev/mesh-sdk-react > ObjectSearchResultItem
ObjectSearchResultItem() function
An opinionated result item, best used for selected results
Signature:
Parameters
Parameter | Type | Description |
---|---|---|
{ id, title, name, contentType, popoverData, publishStatus, editLinkIcon, editLink, imageUrl, onRemove, createdAt, publishedAt, hideRemoveButton, disableDnD, children, } | ObjectSearchResultItemProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element
Example
<ObjectSearchResultItem id="my-result" title="title" />