Search
Preparing search index...
The search index is not available
Ews JavaScript Api
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Globals
promiseApi
Class promiseApi
Hierarchy
promiseApi
Implements
IPromiseApi
Index
Accessors
type
Methods
create
reject
resolve
Accessors
type
get
type
(
)
:
string
Returns
string
Methods
create
create<T>
(
init
?:
function
, onCancel
?:
Function
)
:
IPromise
<
T
>
Type parameters
T
Parameters
Optional
init:
function
(
completeDispatch
:
any
, errorDispatch
:
any
, progressDispatch
:
any
)
:
void
Parameters
completeDispatch:
any
errorDispatch:
any
progressDispatch:
any
Returns
void
Optional
onCancel:
Function
Returns
IPromise
<
T
>
reject
reject<U>
(
value
?:
U
|
IPromise
<
U
>
)
:
IPromise
<
U
>
Type parameters
U
Parameters
Optional
value:
U
|
IPromise
<
U
>
Returns
IPromise
<
U
>
resolve
resolve<U>
(
value
?:
U
|
IPromise
<
U
>
)
:
IPromise
<
U
>
Type parameters
U
Parameters
Optional
value:
U
|
IPromise
<
U
>
Returns
IPromise
<
U
>
Globals
promise
Api
type
create
reject
resolve
Generated using
TypeDoc