App.tsx
string
required
The Quill
reportId of the report to loadQuillReport | null
The report data returned by
useDashboardReport.boolean
Whether the report data is currently loading
(filters: Filter[]) => void
Function to apply filters to the report.
() => void
Function to delete the report.
() => Promise<void>
Function to fetch the next page of data. Note that the pageSize is set in
useDashboard.

