Skip to main content

GroupActionsMenu

Interfaces

GroupActionsMenuProps

Extends

  • IconButtonProps

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescriptionOverrides
className?stringOverrides or extends the styles applied to the component. Default nullIconButtonProps.className
groupSCGroupTypeThe group-
groupId?numberThe group id-
onDeleteConfirm?() => voidHandles callback on delete confirm-
onEditSuccess?(data) => anyHandles on edit success-

Functions

GroupActionsMenu()

GroupActionsMenu(inProps): Element

API documentation for the Community-JS GroupActionsMenu component. Learn about the available props and the CSS API.

Import

import {GroupActionsMenu} from '@selfcommunity/react-ui';

Component Name

The name SCGroupActionsMenu can be used when providing style overrides in the theme.

CSS

Rule NameGlobal classDescription
root.SCGroupActionsMenu-rootStyles applied to the root element.
drawerRoot.SCGroupActionsMenu-drawer-rootStyles applied to the drawer root element.
menuRoot.SCGroupActionsMenu-menu-rootStyles applied to the menu root element.
paper.SCGroupActionsMenu-paperStyles applied to the paper element.
item.SCGroupActionsMenu-itemStyles applied to the item element.

Parameters

ParameterTypeDescription
inPropsGroupActionsMenuProps

Returns

Element