MDK Logo
ReferenceUI KitReactHooks

useThingDetail

Fetches a single thing by id from `GET /auth/list-things` with the full Op Centre field projection — the data source for the Explorer detail panel and the co…

Fetches a single thing by id from `GET /auth/list-things` with the full Op Centre field projection — the data source for the Explorer detail panel and the container Thing-detail view.

import { useThingDetail } from "@tetherto/mdk-react-adapter";

Signature

(id: string | undefined, options: UseThingDetailOptions = {}) => UseThingDetailResult
Package@tetherto/mdk-react-adapter
Requires providerNo