Enumeration Caseswift-composable-architecture 1.18.0ComposableArchitecture
element(id:action:)
An action sent to the element at a given identifier.
case element(id: ID, action: Action)
An action sent to the element at a given identifier.
case element(id: ID, action: Action)
s22ComposableArchitecture16IdentifiedActionO7elementyACyxq_Gx_q_tcAEmSHRzs8SendableRzr0_lF
What are these?2IAJU
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 IdentifiedAction<ID, Action> where ID : Hashable, ID : Sendable
A wrapper type for actions that can be presented in a list.