Node

data class Node : Record

A Node in the graph.

Properties

Link copied to clipboard

the node metadata

Link copied to clipboard

the name of the node

Link copied to clipboard

the node properties

Link copied to clipboard

the relationships to other nodes

Functions

Link copied to clipboard
open override fun toString(): String