Skip to content

Commit

Permalink
missing comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
burczu committed Feb 21, 2024
1 parent 01d08cd commit 45fd85b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/SelectionList/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,10 @@ type ListItemProps = CommonListItemProps<ListItem> & {
/** Is item hovered */
isHovered?: boolean;

/** Whether the default focus should be prevented on row selection */
shouldPreventDefaultFocusOnSelectRow?: boolean;

/** Key used internally by React */
keyForList?: string;
};

Expand Down

0 comments on commit 45fd85b

Please sign in to comment.