Library API
⬅ Back to Guides
Preparing search index...
common.index
Pledge
Status
Interface Status<T>
interface
Status
<
T
>
{
catch
?:
boolean
;
debug
?:
DebugLevel
;
error
?:
any
;
settled
?:
T
;
silent
?:
boolean
;
state
:
symbol
;
tag
?:
string
;
}
Type Parameters
T
Index
Properties
catch?
debug?
error?
settled?
silent?
state
tag?
Properties
Optional
catch
catch
?:
boolean
Optional
debug
debug
?:
DebugLevel
Optional
error
error
?:
any
Optional
settled
settled
?:
T
Optional
silent
silent
?:
boolean
state
state
:
symbol
Optional
tag
tag
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
catch
debug
error
settled
silent
state
tag
⬅ Back to Guides
Library API
Loading...