gremlin
    Preparing search index...

    Provides a unified way to construct a TraversalSource from the perspective of the traversal. In this syntax the user is creating the source and binding it to a reference which is either an existing Graph instance or a RemoteConnection.

    Index

    Constructors

    Properties

    traversalClass?: typeof GraphTraversal

    Optional GraphTraversal constructor.

    traversalSourceClass?: typeof GraphTraversalSource

    Optional GraphTraversalSource constructor.

    Methods