State

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

Undocumented

Computed Properties

  • Undocumented

    Declaration

    Swift

    public var wrappedValue: Value<Content> { get }
  • Undocumented

    Declaration

    Swift

    public var projectedValue: Binding<Content> { get }

Initialization

  • Undocumented

    Declaration

    Swift

    public init(_ key: String, default value: Content)