json-joy
Preparing search index...
json-patch
OpDefined
Class OpDefined
Hierarchy
AbstractPredicateOp
<
"defined"
>
OpDefined
Index
Constructors
constructor
Properties
from?
path
Methods
apply
code
encode
op
test
to
Compact
to
Json
Constructors
constructor
new
OpDefined
(
path
:
Path
)
:
OpDefined
Parameters
path
:
Path
Returns
OpDefined
Properties
Optional
Readonly
from
from
?:
Path
Readonly
path
path
:
Path
Methods
apply
apply
(
doc
:
unknown
)
:
{
doc
:
unknown
}
Parameters
doc
:
unknown
Returns
{
doc
:
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
()
:
"defined"
Returns
"defined"
test
test
(
doc
:
unknown
)
:
boolean
Parameters
doc
:
unknown
Returns
boolean
to
Compact
toCompact
(
parent
:
undefined
|
AbstractOp
<
OpType
>
,
verbose
:
boolean
,
)
:
CompactDefinedOp
Parameters
parent
:
undefined
|
AbstractOp
<
OpType
>
verbose
:
boolean
Returns
CompactDefinedOp
to
Json
toJson
(
parent
?:
AbstractOp
<
OpType
>
)
:
OperationDefined
Parameters
Optional
parent
:
AbstractOp
<
OpType
>
Returns
OperationDefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
from
path
Methods
apply
code
encode
op
test
to
Compact
to
Json
json-joy
Loading...