Preparing search index...
The search index is not available
AsukaDesigner JavaScript API - v1.0.0
AsukaDesigner JavaScript API
AsukaPaidExportConsumeConfig
Interface AsukaPaidExportConsumeConfig
interface
AsukaPaidExportConsumeConfig
{
credentials
?:
RequestCredentials
;
creditCost
?:
number
;
handler
?:
(
(
input
:
AsukaPaidExportConsumeInput
&
{
licenseToken
?:
null
|
string
;
token
?:
null
|
string
;
}
)
=>
Promise
<
AsukaPaidExportConsumeResult
>
)
;
headers
?:
Record
<
string
,
string
>
;
}
Index
Properties
credentials?
credit
Cost?
handler?
headers?
Properties
Optional
credentials
credentials
?:
RequestCredentials
Optional
credit
Cost
credit
Cost
?:
number
Optional
handler
handler
?:
(
(
input
:
AsukaPaidExportConsumeInput
&
{
licenseToken
?:
null
|
string
;
token
?:
null
|
string
;
}
)
=>
Promise
<
AsukaPaidExportConsumeResult
>
)
Optional
headers
headers
?:
Record
<
string
,
string
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
credentials
credit
Cost
handler
headers
AsukaDesigner JavaScript API - v1.0.0
Loading...