Enumerations
The following enumerations are available globally.
-
An enum representing Destinations errors that can be thrown.
See moreDeclaration
Swift
public enum DestinationsError : Error, Hashable -
This enum represents the type of assistant to be used in configuring an
See moreInterfaceActionobject.Declaration
Swift
public enum ActionAssistantType -
The type of action that a presentation should take. Currently this is only either a normal Destination presentation or a system navigation.
See moreDeclaration
Swift
public enum DestinationActionType -
An enum representing the supported presentation types in Destinations.
See moreDeclaration
Swift
@MainActor public enum DestinationPresentationType<DestinationType, ContentType, TabType> : DestinationPresentationTypeable, Equatable where DestinationType : RoutableDestinations, ContentType : ContentTypeable, TabType : TabTypeable -
This enum represents the type of assistant to be used in configuring an
See moreInterfaceAssistinginteractor object.Declaration
Swift
public enum InteractorAssistantType -
A type that represents whether an interactor request should be made using concurrency or not.
See moreDeclaration
Swift
public enum InteractorRequestMethod -
Defines presentation types for navigation stacks.
See moreDeclaration
Swift
public enum NavigationPresentationType -
Defines presentation types for sheets.
See moreDeclaration
Swift
public enum SheetPresentationType -
Defines types used for communicating system navigation events.
See moreDeclaration
Swift
public enum SystemNavigationType : UserInteractionTypeable
View on GitHub
Enumerations Reference