Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 936 Bytes

requestoptions.md

File metadata and controls

46 lines (25 loc) · 936 Bytes

@bigcommerce/checkout-sdkRequestOptions

Interface: RequestOptions ‹TParams

A set of options for configuring an asynchronous request.

Type parameters

TParams

Hierarchy

Index

Properties

Properties

Optional params

params? : TParams

The parameters of the request, if required.


Optional timeout

timeout? : Timeout

Provide this option if you want to cancel or time out the request. If the timeout object completes before the request, the request will be cancelled.