Home > @yext/search-ui-react > DropdownItemProps
Props for the DropdownItem().
Signature:
export declare type DropdownItemProps = PropsWithChildren<{
value: string;
className?: string;
focusedClassName?: string;
itemData?: Record<string, unknown> | undefined;
onClick?: (value: string, index: number, focusedItemData: FocusedItemData | undefined) => void;
ariaLabel?: (value: string) => string | string;
}>;
References: FocusedItemData