DestinationPresentationTypeable
@MainActor
public protocol DestinationPresentationTypeable
This protocol represents an enum which defines Destination presentation types.
-
A model type which configures Destination presentations. Typically this is a
DestinationPresentation
.Declaration
Swift
associatedtype PresentationConfiguration : DestinationPresentationConfiguring
-
An enum which defines types of tabs in a tab bar.
Declaration
Swift
associatedtype TabType : TabTypeable
-
The String representation of the enum type.
Declaration
Swift
@MainActor var rawValue: String { get }