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