UseMandateOptions
@mandaitor/react / UseMandateOptions
Interface: UseMandateOptions
Defined in: hooks/useMandate.d.ts:3
Options for useMandate: whether to also load audit events and an optional auto-refetch interval.
Properties
includeEvents?
optionalincludeEvents?:boolean
Defined in: hooks/useMandate.d.ts:5
Also fetch audit events for this mandate
refetchInterval?
optionalrefetchInterval?:number
Defined in: hooks/useMandate.d.ts:7
Auto-refetch interval in milliseconds (0 = disabled)