Mapping functions to extract a node/edge's title and subtitle.
Example for node. Replace with edge for edge mapping.
title = node.getData().label || "Could not resolve title"subtitle= node.getData().description || "Could not resolve subtitle" Copy
title = node.getData().label || "Could not resolve title"subtitle= node.getData().description || "Could not resolve subtitle"
Mapping functions to extract a node/edge's title and subtitle.
Example for node. Replace with edge for edge mapping.
Default