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