Preparing search index...
The search index is not available
Houston Common Library
Houston Common Library
@45drives/houston-common-ui
ParseStatus
Class ParseStatus
Index
Constructors
constructor
Properties
value
Methods
abort
dirty
merge
Array
merge
Object
Async
merge
Object
Sync
Constructors
constructor
new
Parse
Status
(
)
:
ParseStatus
Returns
ParseStatus
Properties
value
value
:
"aborted"
|
"dirty"
|
"valid"
Methods
abort
abort
(
)
:
void
Returns
void
dirty
dirty
(
)
:
void
Returns
void
Static
merge
Array
merge
Array
(
status
:
ParseStatus
,
results
:
SyncParseReturnType
<
any
>
[]
)
:
SyncParseReturnType
<
any
>
Parameters
status
:
ParseStatus
results
:
SyncParseReturnType
<
any
>
[]
Returns
SyncParseReturnType
<
any
>
Static
merge
Object
Async
merge
Object
Async
(
status
:
ParseStatus
,
pairs
:
{
key
:
ParseReturnType
<
any
>
;
value
:
ParseReturnType
<
any
>
;
}
[]
)
:
Promise
<
SyncParseReturnType
<
any
>
>
Parameters
status
:
ParseStatus
pairs
:
{
key
:
ParseReturnType
<
any
>
;
value
:
ParseReturnType
<
any
>
;
}
[]
Returns
Promise
<
SyncParseReturnType
<
any
>
>
Static
merge
Object
Sync
merge
Object
Sync
(
status
:
ParseStatus
,
pairs
:
{
alwaysSet
?:
boolean
;
key
:
SyncParseReturnType
<
any
>
;
value
:
SyncParseReturnType
<
any
>
;
}
[]
)
:
SyncParseReturnType
<
any
>
Parameters
status
:
ParseStatus
pairs
:
{
alwaysSet
?:
boolean
;
key
:
SyncParseReturnType
<
any
>
;
value
:
SyncParseReturnType
<
any
>
;
}
[]
Returns
SyncParseReturnType
<
any
>
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
constructor
value
abort
dirty
merge
Array
merge
Object
Async
merge
Object
Sync
Official Cockpit API Documentation
Houston Common Library
Loading...