Skip to Content
SdkReactInternalType AliasesUIInteractionProviderProps

UIInteractionProviderProps

UIInteractionProviderProps = object

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

Properties

children

children: ReactNode

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


timeout?

optional timeout: number

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

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

Last updated on