Skip to main content

Interface: UserProfileEditSectionSettingsProps

UserProfileEdit.UserProfileEditSectionSettingsProps

Indexable

▪ [p: string]: any

Any other properties

Properties

className

Optional className: string

Overrides or extends the styles applied to the component.

Default

null

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Settings.tsx:35


endActions

Optional endActions: ReactNode

Actions to be inserted at the end

Default

null

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Settings.tsx:58


id

Optional id: string

Id of user object

Default

null

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Settings.tsx:29


onEditSuccess

Optional onEditSuccess: () => void

Type declaration

▸ (): void

Callback on edit data with success

Returns

void

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Settings.tsx:46


settings

Optional settings: SCUserProfileSettings[]

Settings to display in the profile

Default

[notification, interaction, private_message]

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Settings.tsx:41


startActions

Optional startActions: ReactNode

Actions to be inserted at the start

Default

null

Defined in

packages/react-ui/src/components/UserProfileEdit/Section/Settings.tsx:52