Cumulocity Web SDK - v1023.81.3
Preparing search index...
IUploadParamsOverride
Interface IUploadParamsOverride
interface
IUploadParamsOverride
{
bodyFileProperty
?:
string
;
headers
?:
Record
<
string
,
string
>
;
listUrl
?:
string
;
queryParams
?:
Record
<
string
,
string
|
boolean
>
;
requestBody
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
body
File
Property?
headers?
list
Url?
query
Params?
request
Body?
Properties
Optional
body
File
Property
bodyFileProperty
?:
string
Optional
headers
headers
?:
Record
<
string
,
string
>
Optional
list
Url
listUrl
?:
string
Optional
query
Params
queryParams
?:
Record
<
string
,
string
|
boolean
>
Optional
request
Body
requestBody
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
File
Property
headers
list
Url
query
Params
request
Body
Cumulocity Web SDK - v1023.81.3
Loading...