fieldnotesai
Preparing search index...
src/hooks/useExport
useExport
Function useExport
useExport
(
caseData
:
CaseDetails
|
null
,
caseForms
:
CaseForm
[]
,
)
:
{
handleExport
:
(
options
:
ExportOptions
)
=>
Promise
<
void
>
;
isExporting
:
boolean
;
}
Custom React Hook for managing the export state and logic.
Parameters
caseData
:
CaseDetails
|
null
caseForms
:
CaseForm
[]
Returns
{
handleExport
:
(
options
:
ExportOptions
)
=>
Promise
<
void
>
;
isExporting
:
boolean
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
fieldnotesai
Loading...
Custom React Hook for managing the export state and logic.