Skip to Content
Anuma SDKReactInternalType AliasesUIInteractionProviderProps

UIInteractionProviderProps

UIInteractionProviderProps = object

Defined in: src/react/useUIInteraction.ts:69 

Properties

children

children: ReactNode

Defined in: src/react/useUIInteraction.ts:70 


timeout?

optional timeout: number

Defined in: src/react/useUIInteraction.ts:72 

Timeout in ms for pending interactions. Default: 300000 (5 minutes)

Last updated on