Ask or search…
K
Links
Comment on page

Access Code Details

<AccessCodeDetails /> (preview)

The access code details component shows the properties, settings, and issues for an access code.
<AccessCodeDetails accessCodeId={accessCodeId} />

Size: Mobile

Props

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. Signature: () => void
className
string
Optional class name to add to the rendered component's containing element.