Home > @uniformdev/mesh-sdk-react > ObjectSearchResultListProps
ObjectSearchResultListProps type
Signature:
type ObjectSearchResultListProps<TRenderComponent extends SelectedItemProps = SelectedItemProps> = {
resultLabelText?: string;
resultLabelOverride?: ReactNode;
onRemoveAllSelected?: () => void;
removeButtonText?: string;
hideRemoveButton?: boolean;
additionalButtons?: React__default.ReactNode;
renderResultComponent?: (value: TRenderComponent) => React__default.ReactNode;
disableDnD?: boolean;
multiSelectId?: string;
whenNothingSelected?: React__default.ReactNode;
getContainerForDnDReparenting?: () => HTMLElement;
};
References: SelectedItemProps