gremlin
Preparing search index...
structure/graph
Path
Class Path
Represents a walk through a graph as defined by a traversal.
Index
Constructors
constructor
Properties
labels
objects
Methods
equals
to
String
Constructors
constructor
new
Path
(
labels
:
string
[]
[]
,
objects
:
any
[]
)
:
Path
Parameters
labels
:
string
[]
[]
objects
:
any
[]
Returns
Path
Properties
Readonly
labels
labels
:
string
[]
[]
Readonly
objects
objects
:
any
[]
Methods
equals
equals
(
other
:
any
)
:
any
Parameters
other
:
any
Returns
any
to
String
toString
()
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
labels
objects
Methods
equals
to
String
gremlin
Loading...
Represents a walk through a graph as defined by a traversal.