MDK Logo
ReferenceUI KitReactHooks

useExplorerThingDetail

Explorer detail hook: fetches one thing by id (@link useThingDetail) and shapes it into display-ready rows for the Explorer detail panel. Reads the same snap…

Explorer detail hook: fetches one thing by id ({@link useThingDetail}) and shapes it into display-ready rows for the Explorer detail panel. Reads the same snapshot fields the container table columns show (status, ambient temp, humidity, power → kW) so the panel and the row stay consistent. Returns a `hasSelection: false` result when no id is given.

import { useExplorerThingDetail } from "@tetherto/mdk-react-devkit";

Signature

(id: string | undefined, options?: UseThingDetailOptions) => UseExplorerThingDetailResult
Package@tetherto/mdk-react-devkit