GroupedHistoryStates
public struct GroupedHistoryStates
Grouped history states.
-
Time range of this states.
Declaration
Swift
public let timeRange: TimeRange
-
Result objects.
Declaration
Swift
public let objects: [HistoryState]
-
Initialize
GroupedHistoryStates
.Developers rarely use this initializer. If you want to recreate same instance from stored data or transmitted data, you can use this method.
Declaration
Swift
public init(_ timeRange: TimeRange, objects: [HistoryState])