Home > @uniformdev/mesh-sdk-react > EntrySearchSelectedItemProps
EntrySearchSelectedItemProps interface
Warning: This API is now obsolete.
please use ObjectSearchListItem - https://mesh-design-system.netlify.app/?path=/story/object-search--object-search-list-item
Signature:
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
logoIcon | string | React__default.ComponentType<{ className?: string; }> | ||
onDeselect | (item: TResult) => void | ||
onEditClosed? | (item: TResult) => void | (Optional) | |
selectedItem | TResult |