ContentState

@dynamicMemberLookup
public struct ContentState : Codable, Hashable
  • Declaration

    Swift

    public let appContent: AppAttributes.ContentState
  • Declaration

    Swift

    public let instance: Instance
  • Declaration

    Swift

    public nonisolated init(from decoder: any Decoder) throws
  • Declaration

    Swift

    public nonisolated func encode(to encoder: any Encoder) throws
  • Declaration

    Swift

    public nonisolated subscript<T>(dynamicMember keyPath: KeyPath<AppAttributes.ContentState, T>) -> T { get }
  • Declaration

    Swift

    public struct Instance : Codable, Hashable