Skip to main content

Interface: NavigationEdge

viewer.NavigationEdge

Interface that describes the properties for a navigation edge from a source image to a target image.

interface NavigationEdge

Properties#

data#

• data: NavigationEdgeData

Additional data describing properties of the edge.

Defined in#

graph/edge/interfaces/NavigationEdge.ts:24


source#

• source: string

The id of the source image.

Defined in#

graph/edge/interfaces/NavigationEdge.ts:14


target#

• target: string

The id of the target image.

Defined in#

graph/edge/interfaces/NavigationEdge.ts:19