Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 946 Bytes

RequestOptions.md

File metadata and controls

48 lines (27 loc) · 946 Bytes

@bigcommerce/checkout-sdk / RequestOptions

Interface: RequestOptions<TParams>

A set of options for configuring an asynchronous request.

Type parameters

Name Type
TParams {}

Hierarchy

Table of contents

Properties

Properties

params

Optional params: TParams

The parameters of the request, if required.


timeout

Optional timeout: default

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.