Update Access Code Form
Last updated
Last updated
© Seam Labs, Inc. All rights reserved.
The update access code form component allows you to modify an access code.
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: |
onError | function | Optional callback triggered if an error occurs during the update of an access code.
Signature: |
onBack | function | Optional callback fired when the Back chevron button is clicked.
Signature: |
className | string | Optional class name to add to the rendered component's containing element. |