EditInterests
Components
EditInterests()
EditInterests(
props
,context
?):ReactNode
Component used in the profile app to allow the user to select topics of interest
Parameters
Parameter | Type |
---|---|
props | EditInterestsProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/EditInterests/index.tsx:44
Props
EditInterestsProps
EditInterestsProps:
object
Type declaration
Member | Type |
---|---|
cancelButton | ButtonType |
customStyle | string |
description | string |
interests | ProfileLabeled [] |
labelType | string |
maxInterests | number |
maxInterestsErrorMessage | string |
moreInterestDescription | string |
moreInterestPlaceholder | string |
moreInterestTitle | string |
myInterests | ProfileLabeled [] |
onFormDirty | React.Dispatch <React.SetStateAction <boolean >> |
saveButton | object |
saveButton.handleClick | (interests ) => void |
saveButton.label | string |
saveButton.loading | boolean |
subTitle | string |
title | string |
Source
libs/design-system-components/src/components/EditInterests/index.tsx:15