json-joy
Preparing search index...
json-patch
OpRemove
Class OpRemove
Hierarchy
AbstractOp
<
"remove"
>
OpRemove
Index
Constructors
constructor
Properties
from?
old
Value
path
Methods
apply
code
encode
op
to
Compact
to
Json
Constructors
constructor
new
OpRemove
(
path
:
Path
,
oldValue
:
unknown
)
:
OpRemove
Parameters
path
:
Path
oldValue
:
unknown
Returns
OpRemove
Properties
Optional
Readonly
from
from
?:
Path
Readonly
old
Value
oldValue
:
unknown
Readonly
path
path
:
Path
Methods
apply
apply
(
doc
:
unknown
)
:
{
doc
:
unknown
;
old
:
null
|
{}
}
Parameters
doc
:
unknown
Returns
{
doc
:
unknown
;
old
:
null
|
{}
}
code
code
()
:
OPCODE
Returns
OPCODE
encode
encode
(
encoder
:
IMessagePackEncoder
,
parent
?:
AbstractOp
<
OpType
>
)
:
void
Parameters
encoder
:
IMessagePackEncoder
Optional
parent
:
AbstractOp
<
OpType
>
Returns
void
op
op
()
:
"remove"
Returns
"remove"
to
Compact
toCompact
(
parent
:
undefined
|
AbstractOp
<
OpType
>
,
verbose
:
boolean
,
)
:
CompactRemoveOp
Parameters
parent
:
undefined
|
AbstractOp
<
OpType
>
verbose
:
boolean
Returns
CompactRemoveOp
to
Json
toJson
(
parent
?:
AbstractOp
<
OpType
>
)
:
OperationRemove
Parameters
Optional
parent
:
AbstractOp
<
OpType
>
Returns
OperationRemove
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
from
old
Value
path
Methods
apply
code
encode
op
to
Compact
to
Json
json-joy
Loading...