json-joy
Preparing search index...
json-patch
OperationInc
Interface OperationInc
Increments a number by a specified value
inc
.
interface
OperationInc
{
inc
:
number
;
op
:
"inc"
;
path
:
string
|
Path
;
}
Hierarchy (
View Summary
)
OperationBase
OperationInc
Index
Properties
inc
op
path
Properties
Readonly
inc
inc
:
number
Readonly
op
op
:
"inc"
Readonly
path
path
:
string
|
Path
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
inc
op
path
json-joy
Loading...
Increments a number by a specified value
inc
.