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