AcceptRequestUserEventButton
Interfaces
AcceptRequestUserEventButtonProps
Indexable
[p
: string
]: any
Properties
Property | Type | Description |
---|---|---|
className? | string | Overrides or extends the styles applied to the component. Default null |
event? | SCEventType | Event Default null |
eventId? | number | Id of the event Default null |
handleConfirm? | (id : number ) => void | - |
user? | SCUserType | Event Default null |
userId? | number | Id of the user Default null |
Functions
AcceptRequestUserEventButton()
AcceptRequestUserEventButton(
inProps
):JSX.Element
API documentation for the Community-JS Accept Request User Event Button component. Learn about the available props and the CSS API.
Import
import {AcceptRequestUserEventButton} from '@selfcommunity/react-ui';
Component Name
The name SCAcceptRequestUserEventButton
can be used when providing style overrides in the theme.
CSS
Rule Name | Global class | Description |
---|---|---|
root | .SCAcceptRequestUserEventButton-root | Styles applied to the root element. |
Parameters
Parameter | Type | Description |
---|---|---|
inProps | AcceptRequestUserEventButtonProps |
Returns
JSX.Element
Source
packages/react-ui/src/components/AcceptRequestUserEventButton/AcceptRequestUserEventButton.tsx:87