NodesStateData
public struct NodesStateData
Payload for RegionGraphChangeEvent.nodesStateChanged
event.
Important
This is a Public Preview API. It may be changed or removed at any time.-
Creates an instance of
NodesStateData
Declaration
Swift
public init(nodeStates: [RegionGraphNodeID : RegionGraphNodeState])
Parameters
nodeStates
Collection of new region graph node states.
-
Collection of new region graph node states.
Declaration
Swift
public let nodeStates: [RegionGraphNodeID : RegionGraphNodeState]