Contents

projectedValue

A projection of the focused object that creates bindings to its properties using dynamic member lookup.

Declaration

@MainActor @preconcurrency var projectedValue: FocusedObject<ObjectType>.Wrapper? { get }

Discussion

Use the projected value to pass a focused object down a view hierarchy.

See Also

Getting the value