useExplorerList
Fetches the thing list behind one Explorer tab (`container` / `miner` / `cabinet`) from `GET /auth/list-things`, tag-filtered and projected by the foundation…
Fetches the thing list behind one Explorer tab (`container` / `miner` / `cabinet`) from `GET /auth/list-things`, tag-filtered and projected by the foundation's Explorer params builder. Rows are flattened across the per-Kernel envelope so r…
import { useExplorerList } from "@tetherto/mdk-react-adapter";Signature
(tab: ExplorerTabValue, options: UseExplorerListOptions = {}) => UseExplorerListResult| Package | @tetherto/mdk-react-adapter |
| Requires provider | No |
useExplorerData
Explorer list data hook: fetches the things behind one tab (@link useExplorerList) and shapes them for `DeviceExplorer` — applying the toolbar's search + fil…
useExplorerSelection
Bridges the Explorer table selection into the shared `devicesStore` that the write-control cards read. Given the active tab and the table's row-selection, it…