Enumeration Caseswift-composable-architecture 1.18.0ComposableArchitecture
presented(_:)
An action sent to the associated, non-nil
presentation state.
indirect case presented(Action)
An action sent to the associated, non-nil
presentation state.
indirect case presented(Action)
s22ComposableArchitecture18PresentationActionO9presentedyACyxGxcAEmlF
What are these?683K6
import ComposableArchitecture
The Composable Architecture (TCA, for short) is a library for building applications in a consistent and understandable way, with composition, testing, and ergonomics in mind. It can be used in SwiftUI, UIKit, and more, and on any Apple platform (iOS, macOS, tvOS, and watchOS).
enum PresentationAction<Action>
A wrapper type for actions that can be presented.
case dismiss
An action sent to nil
out the associated presentation state.