Function objectToTitleHtml

  • create html display of the node

    Parameters

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

      node to create html from

    • titleProperties: string[]

      which properties to map

    Returns HTMLDivElement

Generated using TypeDoc