name property

String? name
getter/setter pair

The name to display for the node in data labels and tooltips. Use this when the name is different from the id. Where the id must be unique for each node, this is not necessary for the name.

API Docs: https://api.highcharts.com/highcharts/series.networkgraph.nodes.name

Implementation

String? name;