ActionsDropdown
View Source
A shared implementation for the Profile actions dropdown.
Props
children
ReactReactNodeAccepts Dropdown.Item and Dropdown.Link elements.
defaultButtonProps
objectProps for default button state.
duplicates
signatureProvide amount of duplicates as well as a link to resolve them.
duplicatesButtonProps
objectProps for duplicates button state. Activated when duplicates.amount is greater than 0.
inactive
signatureProvide date and reason user became inactive as well as a link to reactivate them.
inactiveButtonProps
objectProps for inactive button state. Activated when inactive.date is present.
isBelowManager
booleanDetermines logic for when user is below manager role.
isPeopleProduct
booleanDetermines logic for when used in People product.
onDeleteProfile
ReactComponentProps['onSelect']Callback when โDelete Profileโ item is selected.