Search
Preparing search index...
The search index is not available
@osu-cass/sb-components
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"src/Common/Subscription"
PromiseCancelable
Class PromiseCancelable<T>
Type parameters
T
Hierarchy
PromiseCancelable
Index
Constructors
constructor
Properties
canceled
String
is
Canceled
prom
promise
Methods
cancel
Constructors
constructor
new
Promise
Cancelable
(
promise
:
Promise
<
T
>
)
:
PromiseCancelable
Parameters
promise:
Promise
<
T
>
Returns
PromiseCancelable
Properties
Private
canceled
String
canceled
String
:
string
= "Canceled"
Private
is
Canceled
is
Canceled
:
boolean
= false
Private
prom
prom
:
Promise
<
T
>
promise
promise
:
Promise
<
T
>
Methods
cancel
cancel
(
)
:
void
Returns
void
Globals
"src/
Common/
Subscription"
Promise
Cancelable
constructor
canceled
String
is
Canceled
prom
promise
cancel
Subscription
Generated using
TypeDoc