Skip to main content

EditEventButton

Interfaces

EditEventButtonProps

Extends

Indexable

[p: string]: any

Any other properties

Properties

PropertyTypeDescriptionInherited from
className?stringOverrides or extends the styles applied to the component. Default nullCreateEventButtonProps.className
event?SCEventTypeEvent Object Default null-
EventFormDialogComponentProps?EventFormDialogPropsProps to spread to CreateEvent component Default empty objectCreateEventButtonProps.EventFormDialogComponentProps
eventId?string | numberId of the event Default null-
onEditSuccess?(data) => voidOn edit success callback function Default null-

Functions

EditEventButton()

EditEventButton(inProps): Element

API documentation for the Community-JS Create Event Button component. Learn about the available props and the CSS API.

Import

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

Component Name

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

CSS

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

Parameters

ParameterTypeDescription
inPropsEditEventButtonProps

Returns

Element