Preparing search index...
The search index is not available
Silvertree API
Silvertree API
@silvertree/kysely
kysely
JSONPathNode
Variable JSONPathNode
Internal
JSONPath
Node
:
Readonly
<
{
cloneWithLeg
(
jsonPathNode
,
pathLeg
)
:
kysely
.
JSONPathNode
;
create
(
inOperator
?
)
:
kysely
.
JSONPathNode
;
is
(
node
)
:
node
is
kysely
.
JSONPathNode
;
}
>
Type declaration
clone
With
Leg
:
function
clone
With
Leg
(
jsonPathNode
,
pathLeg
)
:
kysely
.
JSONPathNode
Parameters
jsonPathNode
:
kysely
.
JSONPathNode
pathLeg
:
kysely
.
JSONPathLegNode
Returns
kysely
.
JSONPathNode
create
:
function
create
(
inOperator
?
)
:
kysely
.
JSONPathNode
Parameters
Optional
inOperator
:
kysely
.
OperatorNode
Returns
kysely
.
JSONPathNode
is
:
function
is
(
node
)
:
node
is
kysely
.
JSONPathNode
Parameters
node
:
OperationNode
Returns
node
is
kysely
.
JSONPathNode
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Silvertree API
Loading...