GroupDestinationInternalState
public final class GroupDestinationInternalState<PresentationType, PresentationConfiguration> : GroupDestinationInternalStateable where PresentationType : DestinationPresentationTypeable, PresentationConfiguration : DestinationPresentationConfiguring
This class holds internal state specific to the GroupedDestinationable
protocol.
-
Declaration
Swift
public typealias DestinationType = PresentationConfiguration.DestinationType
-
Declaration
Swift
public typealias TabType = PresentationConfiguration.TabType
-
Declaration
Swift
public typealias PresentationType = PresentationType
-
Declaration
Swift
public typealias ContentType = PresentationConfiguration.ContentType
-
Declaration
Swift
public typealias PresentationConfiguration = PresentationConfiguration
-
Declaration
Swift
public var childDestinations: [any Destinationable<PresentationConfiguration>]
-
Declaration
Swift
public var currentChildDestination: (any Destinationable<PresentationConfiguration>)?
-
Declaration
Swift
public var childWasRemovedClosure: GroupChildRemovedClosure?
-
Declaration
Swift
public var currentDestinationChangedClosure: GroupCurrentDestinationChangedClosure?
-
Declaration
Swift
public var supportsIgnoringCurrentDestinationStatus: Bool
-
Undocumented
Declaration
Swift
public init()