@uploadcare/rest-client
Preparing search index...
AddonJobPollerOptions
Type Alias AddonJobPollerOptions
type
AddonJobPollerOptions
=
{
onRun
?:
(
response
:
ExecuteAddonResponse
)
=>
void
;
onStatus
?:
(
response
:
AddonExecutionStatusResponse
)
=>
void
;
}
Index
Properties
on
Run?
on
Status?
Properties
Optional
on
Run
onRun
?:
(
response
:
ExecuteAddonResponse
)
=>
void
Optional
on
Status
onStatus
?:
(
response
:
AddonExecutionStatusResponse
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Run
on
Status
@uploadcare/rest-client
Loading...