Instance Propertyswift-composable-architecture 1.18.0ComposableArchitecture
id
NavigationStack+Observation.swift:467This declaration is gated by at least one @_spi attribute.
let id: StackElementID
This declaration is gated by at least one @_spi attribute.
let id: StackElementID
s22ComposableArchitecture10StackStateV9ComponentV2idAA0C9ElementIDVvp
What are these?46ITK
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).
struct Component
struct StackState<Element>
A list of data representing the content of a navigation stack.
struct StackElementID
An opaque type that identifies an element of StackState
.
init(id: StackElementID, element: Element)
var element: Element
static func == (lhs: Self, rhs: Self) -> Bool
func hash(into hasher: inout Hasher)