Section
public enum Section : Decodable, Equatable, Sendable
extension PreferenceCenterConfig.Section: Encodable
Preference config section.
-
Common section
Declaration
Swift
case common(CommonSection)
-
Labeled section break
Declaration
Swift
case labeledSectionBreak(LabeledSectionBreak)
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Declaration
Swift
public static func == (lhs: PreferenceCenterConfig.Section, rhs: PreferenceCenterConfig.Section) -> Bool
-
Declaration
Swift
public func encode(to encoder: Encoder) throws