Skip to main content

UseMandateOptions

@mandaitor/react


@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?

optional includeEvents?: boolean

Defined in: hooks/useMandate.d.ts:5

Also fetch audit events for this mandate


refetchInterval?

optional refetchInterval?: number

Defined in: hooks/useMandate.d.ts:7

Auto-refetch interval in milliseconds (0 = disabled)