MDK Logo
UI Kitreact-adapterHooks

useDashboardExport

Builds CSV / JSON downloads from the dashboard's already-cached TanStack Query data. Does NOT trigger refetches — the export is exactly what the user is look…

Builds CSV / JSON downloads from the dashboard's already-cached TanStack Query data. Does NOT trigger refetches — the export is exactly what the user is looking at when they click the button.

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

Signature

(options: UseDashboardExportOptions) => UseDashboardExportReturn
Package@tetherto/mdk-react-adapter
Requires providerNo