Skip to main content

AcceptRequestUserGroupButton

Interfaces

AcceptRequestUserGroupButtonProps

Indexable

[p: string]: any

Others properties

Properties

PropertyTypeDescription
className?stringOverrides or extends the styles applied to the component. Default null
group?SCGroupTypeGroup Default null
groupId?numberId of the group Default null
handleConfirm?(id) => voidCallback when user accept request Default null
user?SCUserTypeGroup Default null
userId?numberId of the user Default null

Functions

AcceptRequestUserGroupButton()

AcceptRequestUserGroupButton(inProps): Element

API documentation for the Community-JS Accept Request User Group Button component. Learn about the available props and the CSS API.

Import

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

Component Name

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

CSS

Rule NameGlobal classDescription
root.SCAcceptRequestUserGroupButton-rootStyles applied to the root element.

Parameters

ParameterTypeDescription
inPropsAcceptRequestUserGroupButtonProps

Returns

Element