Interface: NavigationEdgeStatus
viewer.NavigationEdgeStatus
Interface that indicates edge status.
interface
NavigationEdgeStatus
#
Properties#
cached• cached: boolean
Value indicating whether the edges have been cached.
#
Defined ingraph/interfaces/NavigationEdgeStatus.ts:12
#
edges• edges: NavigationEdge
[]
The edges.
description
If the cached property is false the edges
property will always be an empty array. If the cached
property is true, there will exist edges in the the
array if the image has edges.