Skip to main content

Interface: UserProfileEditProps

UserProfileEdit.UserProfileEditProps

Indexable

▪ [p: string]: any

Any other properties

Properties

UserProfileEditSectionAccountProps

Optional UserProfileEditSectionAccountProps: UserProfileEditSectionAccountProps

Props to apply to Account section

Default

{}

Defined in

packages/react-ui/src/components/UserProfileEdit/UserProfileEdit.tsx:66


UserProfileEditSectionPublicInfoProps

Optional UserProfileEditSectionPublicInfoProps: Omit<UserProfileEditSectionPublicInfoProps, "fields">

Props to apply to PublicInfo section

Default

{}

Defined in

packages/react-ui/src/components/UserProfileEdit/UserProfileEdit.tsx:54


UserProfileEditSectionSettingsProps

Optional UserProfileEditSectionSettingsProps: Omit<UserProfileEditSectionPublicInfoProps, "settings">

Props to apply to Settings section

Default

{}

Defined in

packages/react-ui/src/components/UserProfileEdit/UserProfileEdit.tsx:60


className

Optional className: string

Overrides or extends the styles applied to the component.

Default

null

Defined in

packages/react-ui/src/components/UserProfileEdit/UserProfileEdit.tsx:38


fields

Optional fields: SCUserProfileFields[]

User fields to display in the profile

Default

[real_name, date_joined, date_of_birth, website, description, bio]

Defined in

packages/react-ui/src/components/UserProfileEdit/UserProfileEdit.tsx:43


id

Optional id: string

Id of user object

Default

null

Defined in

packages/react-ui/src/components/UserProfileEdit/UserProfileEdit.tsx:33


settings

Optional settings: SCUserProfileSettings[]

Settings to display in the profile

Default

[notification, interaction, private_message]

Defined in

packages/react-ui/src/components/UserProfileEdit/UserProfileEdit.tsx:48