Comment on page
Update Access Code Form
The update access code form component allows you to modify an access code.
<UpdateAccessCodeForm accessCodeId={accessCodeId}/>
.png?alt=media&token=35cad99d-4d0d-42c1-baaf-4c272aeb0962)
Name | Type | Description |
---|---|---|
accessCodeId* | string | The ID for the access code to be updated. |
onSuccess | function | Optional callback fired when an access code is updated.
Signature: (accessCode: AccessCode) => void |
onError | function | Optional callback triggered if an error occurs during the update of an access code.
Signature: (err: SeamError, params: UseUpdateAccessCodeParams) => void |
onBack | function | Optional callback fired when the Back chevron button is clicked.
Signature: () => void |
className | string | Optional class name to add to the rendered component's containing element. |
Last modified 3mo ago