-
A unique identifier.
Declaration
Swift
public let id: UUID -
A unique identifier of the associated Destination being presented.
Declaration
Swift
public var destinationID: UUID -
The
Viewto be presented in the sheet.Declaration
Swift
public var view: ContainerView<AnyView> -
An options model which configures a SwiftUI sheet for presentation.
Declaration
Swift
public var options: ViewSheetPresentationOptions? -
The initializer.
Declaration
Swift
public init(destinationID: UUID, view: ContainerView<AnyView>, options: ViewSheetPresentationOptions? = nil)Parameters
destinationIDA unique identifier of the associated Destination being presented.
viewThe
Viewto be presented in the sheet.optionsAn options model which configures a SwiftUI sheet for presentation.
-
Declaration
Swift
public var description: String { get }
View on GitHub