RenderGetCopyrightForWorldOptionalParams interface

選擇性參數。

Extends

RequestOptionsBase

屬性

text

是/否值,可從回應中排除文字數據。 只有影像和國家/地區名稱才會回應。 可能的值包括:'yes'、'no'

繼承的屬性

abortSignal

可用來中止要求的訊號。

customHeaders

{object}[customHeaders]使用者定義自定義要求標頭,將在傳送要求之前套用。

onDownloadProgress

下載進度時引發的回呼。

onUploadProgress

上傳進度時引發的回呼。

timeout

要求在自動終止之前可能需要的毫秒數。

屬性詳細資料

text

是/否值,可從回應中排除文字數據。 只有影像和國家/地區名稱才會回應。 可能的值包括:'yes'、'no'

text?: Text2

屬性值

繼承的屬性詳細資料

abortSignal

可用來中止要求的訊號。

abortSignal?: AbortSignalLike

屬性值

AbortSignalLike

繼承自 RequestOptionsBase.abortSignal

customHeaders

{object}[customHeaders]使用者定義自定義要求標頭,將在傳送要求之前套用。

customHeaders?: [key: string]: string

屬性值

[key: string]: string

繼承自 RequestOptionsBase.customHeaders

onDownloadProgress

下載進度時引發的回呼。

onDownloadProgress?: (progress: TransferProgressEvent) => void

屬性值

(progress: TransferProgressEvent) => void

繼承自 RequestOptionsBase.onDownloadProgress

onUploadProgress

上傳進度時引發的回呼。

onUploadProgress?: (progress: TransferProgressEvent) => void

屬性值

(progress: TransferProgressEvent) => void

繼承自 RequestOptionsBase.onUploadProgress

timeout

要求在自動終止之前可能需要的毫秒數。

timeout?: number

屬性值

number

繼承自 RequestOptionsBase.timeout