This module defines a Focus and Target type to represent that a node or edge can be selected as the focus of the graph. The Focus is used for displaying a limited-scope, i.e. focused part of a graph.
List Target
Contains a list of Targets.
A Focus Target can be a node or edge. A Node is identified by a single Int index, an Edge by a from and to node id.