Function objectToTitleString

  • create string display of the node

    Parameters

    • neo4jObject: Node<NumberOrInteger, Properties> | Relationship<NumberOrInteger, Properties>

      node to create title string from

    • titleProperties: string[]

      which properties to map

    Returns string

Generated using TypeDoc