TabViewDestination

@MainActor
public final class TabViewDestination<ViewType, EventType, DestinationType, ContentType, TabType, InteractorType> : TabBarViewDestinationable where ViewType : TabBarViewDestinationInterfacing, EventType : EventTypeable, DestinationType : RoutableDestinations, ContentType : ContentTypeable, TabType : TabTypeable, InteractorType : InteractorTypeable
extension TabViewDestination: @preconcurrency CustomStringConvertible

A Destination which represents a SwiftUI View which contains a TabView.

This is a generic Destination that can be used to represent most TabViews in a SwiftUI-based app.