Skip to main content

Interface: ChangePictureProps

ChangePicture.ChangePictureProps

Indexable

▪ [p: string]: any

Any other properties

Properties

autoHide

Optional autoHide: boolean

Hides this component

Default

false

Defined in

packages/react-ui/src/components/ChangePicture/ChangePicture.tsx:32


className

Optional className: string

Overrides or extends the styles applied to the component.

Default

null

Defined in

packages/react-ui/src/components/ChangePicture/ChangePicture.tsx:37


iconButton

iconButton: boolean

Overrides or extends the styles applied to the component.

Default

null

Defined in

packages/react-ui/src/components/ChangePicture/ChangePicture.tsx:42


onChange

Optional onChange: (avatar: any) => void

Type declaration

▸ (avatar): void

On change function.

Parameters
NameType
avatarany
Returns

void

Default

null

Defined in

packages/react-ui/src/components/ChangePicture/ChangePicture.tsx:27