gremlin
    Preparing search index...

    Class VertexProperty<TLabel, TValue, TProperties, TId>

    Type Parameters

    • TLabel extends string = string
    • TValue = any
    • TProperties extends Record<string, any> | null | undefined = Record<string, any>
    • TId = any

    Hierarchy

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    id: TId
    key: string
    label: TLabel
    properties: Property<any>[] = []
    value: TValue

    Methods

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

      Parameters

      • other: any

      Returns boolean