Access Code Table
Last updated
Last updated
© Seam Labs, Inc. All rights reserved.
The access codes table shows a list of current and future access codes and their statuses.
Name | Type | Description |
---|---|---|
deviceId* | string | The id for the device whose access codes will be shown in the table. |
disableLockUnlock | boolean | Hide the lock/unlock button for devices. Default: |
disableDeleteAccessCode | boolean | Hide the delete action. Default: |
| boolean | Hide the search box. Default: |
accessCodeFilter | function | Optional filter function to filter the listed access codes.
Signature: |
accessCodeComparator | function | Optional comparator function to order the listed access codes.
Signature: |
onAccessCodeClick | function | Optional callback fired when an access code is clicked.
Signature: |
preventDefaultOnAccessCodeClick | boolean | Prevent the default behavior when an access code is clicked. Default: |
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. |