Instance Methodswift-composable-architecture 1.18.0ComposableArchitecture
sending(_:)
Creates a binding to the value by sending new values through the given action.
@MainActor func sending(_ action: CaseKeyPath<Action, Value>) -> UIBinding<Value>
Parameters
- action
An action for the binding to send values through.
Returns
A binding.