Skip to Content
⚠️Active Development Notice: TimeTiles is under active development. Information may be placeholder content or not up-to-date.
ReferenceAPI ReferenceLibraryHooksUse Ingest Wizard Queries

web


web / lib/hooks/use-ingest-wizard-queries

lib/hooks/use-ingest-wizard-queries

React Query hooks for import wizard queries.

Separated from mutation hooks to enforce clear module boundaries.

Functions

usePreviewSheetsQuery()

usePreviewSheetsQuery(previewId): UseQueryResult<{ sheets: [SheetInfo](../types/ingest-wizard.md#sheetinfo)[]; }, Error>

Query hook for loading preview sheet data by previewId. Used by the flow editor to load preview data for visual field mapping.

Parameters

previewId

string | null

Returns

UseQueryResult<{ sheets: [SheetInfo](../types/ingest-wizard.md#sheetinfo)[]; }, Error>

Last updated on