Required Associated Typeswift-composable-architecture 1.18.0ComposableArchitecture
Action
EphemeralState.swift:9associatedtype Action
associatedtype Action
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).
protocol _EphemeralState<Action>
Loosely represents features that are only briefly shown and the first time they are interacted with they are dismissed. Such features do not manage any behavior on the inside.
static var actionType: Any.Type { get }