Binding

@propertyWrapper
public struct Binding<Content> : Codable where Content : Decodable, Content : Encodable

Undocumented

Computed Properties

  • Undocumented

    Declaration

    Swift

    public var wrappedValue: Value<Content> { get }

Factory Methods

  • Undocumented

    Declaration

    Swift

    public static func at(_ key: String, default value: Content) -> Binding<Content>