Preparing search index...
The search index is not available
AsukaDesigner JavaScript API - v1.0.0
AsukaDesigner JavaScript API
AsukaServerHdExportConfig
Interface AsukaServerHdExportConfig
interface
AsukaServerHdExportConfig
{
autoDownload
?:
boolean
;
credentials
?:
RequestCredentials
;
creditCost
?:
number
;
defaults
?:
Record
<
string
,
unknown
>
;
handler
?:
(
(
payload
:
AsukaServerHdExportPayload
)
=>
Promise
<
AsukaServerHdExportResult
>
)
;
headers
?:
Record
<
string
,
string
>
;
}
Index
Properties
auto
Download?
credentials?
credit
Cost?
defaults?
handler?
headers?
Properties
Optional
auto
Download
auto
Download
?:
boolean
Optional
credentials
credentials
?:
RequestCredentials
Optional
credit
Cost
credit
Cost
?:
number
Optional
defaults
defaults
?:
Record
<
string
,
unknown
>
Optional
handler
handler
?:
(
(
payload
:
AsukaServerHdExportPayload
)
=>
Promise
<
AsukaServerHdExportResult
>
)
Optional
headers
headers
?:
Record
<
string
,
string
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auto
Download
credentials
credit
Cost
defaults
handler
headers
AsukaDesigner JavaScript API - v1.0.0
Loading...