GraphChangedData
public struct GraphChangedData : Equatable
Data associated with the graphChanged(_:)
event.
Important
This is a Public Preview API. It may be changed or removed at any time.-
The new
CompositeRegionGraph
.Declaration
Swift
public let graph: CompositeRegionGraph
-
Initial
CompositeRegionState
for eachCompositeRegion
of thegraph
. They can be updated with laterstatesChanged(_:)
events.Declaration
Swift
public let regionStatesData: CompositeRegionStatesData