ListItemActionMenu

Menu of secondary actions for a list item

Internal Component

This component is intended solely for use within GitHub and is not available for external use.

Props

ListItemActionMenu

NameDefaultDescription
label Required
string

Describes the controls in the menu, e.g. "Issue actions". Used for the toggle's accessible name.

actions Required
ItemMenuAction[]
toggleProps
ItemActionMenuToggleProps

Props forwarded to the toggle IconButton. icon defaults to the kebab.

anchorRef
React.RefObject<HTMLElement>