Preparing search index...
The search index is not available
json-diff-patch-v2
json-diff-patch-v2
DiffContext
Class DiffContext
Hierarchy (
view full
)
Context
<
Delta
>
DiffContext
Index
Constructors
constructor
Properties
child
Name?
children?
exiting?
has
Result?
left
left
Is
Array?
left
Type?
next?
next
After
Children?
options?
parent?
pipe
result?
right
right
Is
Array?
right
Type?
root?
Methods
exit
push
set
Result
Constructors
constructor
new
Diff
Context
(
left
,
right
)
:
DiffContext
Parameters
left
:
unknown
right
:
unknown
Returns
DiffContext
Properties
Optional
child
Name
child
Name
?:
string
|
number
Optional
children
children
?:
DiffContext
[]
Optional
exiting
exiting
?:
boolean
Optional
has
Result
has
Result
?:
boolean
left
left
:
unknown
Optional
left
Is
Array
left
Is
Array
?:
boolean
Optional
left
Type
left
Type
?:
string
Optional
next
next
?:
null
|
DiffContext
Optional
next
After
Children
next
After
Children
?:
null
|
DiffContext
Optional
options
options
?:
Options
Optional
parent
parent
?:
DiffContext
pipe
pipe
:
"diff"
Optional
result
result
?:
Delta
right
right
:
unknown
Optional
right
Is
Array
right
Is
Array
?:
boolean
Optional
right
Type
right
Type
?:
string
Optional
root
root
?:
DiffContext
Methods
exit
exit
(
)
:
DiffContext
Returns
DiffContext
push
push
(
child
,
name
?
)
:
DiffContext
Parameters
child
:
this
Optional
name
:
string
|
number
Returns
DiffContext
set
Result
set
Result
(
result
)
:
DiffContext
Parameters
result
:
Delta
Returns
DiffContext
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
child
Name
children
exiting
has
Result
left
left
Is
Array
left
Type
next
next
After
Children
options
parent
pipe
result
right
right
Is
Array
right
Type
root
Methods
exit
push
set
Result
json-diff-patch-v2
Loading...