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