Skip to main content

AcceptRequestUserEventButton

Interfaces

AcceptRequestUserEventButtonProps

Indexable

[p: string]: any

Others properties

Properties

PropertyTypeDescription
className?stringOverrides or extends the styles applied to the component. Default null
event?SCEventTypeEvent Default null
eventId?numberId of the event Default null
handleConfirm?(id) => void-
user?SCUserTypeEvent Default null
userId?numberId of the user Default null

Functions

AcceptRequestUserEventButton()

AcceptRequestUserEventButton(inProps): 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 NameGlobal classDescription
root.SCAcceptRequestUserEventButton-rootStyles applied to the root element.

Parameters

ParameterTypeDescription
inPropsAcceptRequestUserEventButtonProps

Returns

Element