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.
  • Declaration

    Swift

    public let graph: CompositeRegionGraph
  • Initial CompositeRegionState for each CompositeRegion of the graph. They can be updated with later statesChanged(_:) events.

    Declaration

    Swift

    public let regionStatesData: CompositeRegionStatesData