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