Destiny.Definitions.Director.DestinyActivityGraphNodeDefinition

This is the position and other data related to nodes in the activity graph that you can click to launch activities. An Activity Graph node will only have one active Activity at a time, which will determine the activity to be launched (and, unless overrideDisplay information is provided, will also determine the tooltip and other UI related to the node)
Type: object
Object Properties
nodeId
An identifier for the Activity Graph Node, only guaranteed to be unique within its parent Activity Graph.
Type: uint32
overrideDisplay
The node *may* have display properties that override the active Activity's display properties.
Type: object
position
The position on the map for this node.
Type: object
featuringStates
The node may have various visual accents placed on it, or styles applied. These are the list of possible styles that the Node can have. The game iterates through each, looking for the first one that passes a check of the required game/character/account state in order to show that style, and then renders the node in that style.
Type: array
activities
The node may have various possible activities that could be active for it, however only one may be active at a time. See the DestinyActivityGraphNodeActivityDefinition for details.
Type: array
states
Represents possible states that the graph node can be in. These are combined with some checking that happens in the game client and server to determine which state is actually active at any given time.
Type: array