React Components
Update Access Code Form
Let users modify an existing access code directly in your app with Seam’s React Update Access Code Form component.
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Let users modify an existing access code directly in your app with Seam’s React Update Access Code Form component.
<UpdateAccessCodeForm accessCodeId={accessCodeId}/>
| 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. |
| onError | function | Optional callback triggered if an error occurs during the update of an access code. |
| onBack | function | Optional callback fired when the Back chevron button is clicked. |
| className | string | Optional class name to add to the rendered component’s containing element. |
Was this page helpful?