OptionalchildrenThe main label content of the row.
OptionalclassOptionalcustomOptional actions rendered in a flex row on the right side of the row,
e.g. a set of tags. For a dropdown menu, prefer menuItems.
OptionaldescriptionOptional secondary description text.
OptionaldirOptionaldownloadCauses the browser to download the linked URL. A string may be provided to suggest a file name. See MDN.
OptionalhiddenOptionalhrefA URL to link to. See MDN.
OptionalhrefHints at the human language of the linked URL. SeeMDN.
OptionaliconOptional icon displayed before the label, rendered in a 32×32px box.
OptionalidThe unique id of the item.
OptionalinertOptionalisWhether the item is disabled.
OptionallangOptionalmenuOptional menu items rendered inside an automatically managed dropdown menu.
Pass MenuItem nodes here and the component will render the trigger button
and menu wrapper for you.
OptionalonHandler that is called when a user performs an action on the item. The exact user event depends on
the collection's selectionBehavior prop and the interaction modality.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonNot recommended – use onPress instead. onClick is an alias for onPress
provided for compatibility with other libraries. onPress provides
additional event details for non-mouse interactions.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonHandler that is called when the hover state changes.
OptionalonHandler that is called when a hover interaction ends.
OptionalonHandler that is called when a hover interaction starts.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonHandler that is called when the press is released over the target.
OptionalonHandler that is called when the press state changes.
OptionalonHandler that is called when a press interaction ends, either over the target or when the pointer leaves the target.
OptionalonHandler that is called when a press interaction starts.
OptionalonHandler that is called when a press is released over the target, regardless of whether it started on the target or not.
OptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalonOptionalpingA space-separated list of URLs to ping when the link is followed. See MDN.
OptionalreferrerHow much of the referrer to send when following the link. See MDN.
OptionalrelThe relationship between the linked resource and the current page. See MDN.
OptionalrenderOverrides the default DOM element with a custom render function. This allows rendering existing components with built-in styles and behaviors such as router links, animation libraries, and pre-styled components.
Requirements:
<button> is expected, you cannot render an <a>).OptionalrouterOptions for the configured client side router.
OptionalstyleThe inline style for the element. A function may be provided to compute the style based on component state.
OptionaltargetThe target window for the link. See MDN.
OptionaltextA string representation of the item's contents, used for features like typeahead.
OptionaltranslateOptionalvalueThe object value that this item represents. When using dynamic collections, this is set automatically.
Props for the ListRow component.