Device Table
Last updated
Last updated
© Seam Labs, Inc. All rights reserved.
The devices table shows a list of devices and their statuses.
Name | Type | Description |
---|---|---|
| array | Optional list of specific device ids to return when requesting devices from the Seam API. |
| array | Optional list of connected account ids to filter devices by when requesting devices from the Seam API. |
| boolean | Hide the lock/unlock button for devices. Default: |
| boolean | Hide the search box. Default: |
| function | Optional filter function to filter the listed devices.
Signature: |
| function | Optional comparator function to order the listed devices.
Signature: |
| function | Optional callback fired when a device is clicked.
Signature: |
| boolean | Prevent the default behavior when a device is clicked. Default: |
| function | Optional callback fired when the Back chevron button is clicked.
Signature: |
| string | Optional class name to add to the rendered component's containing element. |