React Components
Access Code Details
Display the properties, settings, and issues for an access code in your app with Seam’s React Access Code Details 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.
Display the properties, settings, and issues for an access code in your app with Seam’s React Access Code Details component.
<AccessCodeDetails accessCodeId={accessCodeId} />
| Name | Type | Description |
|---|---|---|
| accessCodeId* | string | The id for the access code to be displayed. |
| disableLockUnlock | boolean | Hide the lock/unlock button for devices. Default: false. |
| disableDeleteAccessCode | boolean | Hide the delete button. Default: false. |
| 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?