gremlin
    Preparing search index...

    Class Vertex<TLabel, TProperties, TId, TVertexProperties>

    Type Parameters

    • TLabel extends string = string
    • TProperties extends Record<string, any> = Record<string, any>
    • TId = number
    • TVertexProperties = {
          [P in keyof TProperties]: P extends string
              ? VertexProperties<P, TProperties[P]>
              : never
      }

    Hierarchy

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    id: TId
    label: TLabel
    properties: Property<any>[] = []

    Methods

    • Compares this instance to another and determines if they can be considered as equal.

      Parameters

      • other: any

      Returns boolean