Preparing search index...
The search index is not available
react-if
react-if
CancellablePromise
Interface CancellablePromise
Type for a promise that is cancellable
interface
CancellablePromise
{
cancel
:
(
(
)
=>
void
)
;
promise
:
ExtendablePromise
<
any
>
;
}
Index
Properties
cancel
promise
Properties
cancel
cancel
:
(
(
)
=>
void
)
Type declaration
(
)
:
void
Returns
void
promise
promise
:
ExtendablePromise
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
cancel
promise
react-if
Loading...
Type for a promise that is cancellable